mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: linux-libre: Update to 5.4.51.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.51. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update to 5.4.51.
This commit is contained in:
parent
6137ee4956
commit
7828fe9d40
1 changed files with 3 additions and 3 deletions
|
@ -204,7 +204,7 @@ (define deblob-scripts-5.7
|
||||||
|
|
||||||
(define deblob-scripts-5.4
|
(define deblob-scripts-5.4
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
"5.4.37"
|
"5.4.51"
|
||||||
(base32 "0ckxn7k5zgcqk30dq943bnamr6a6zjbw2aqjl3x30f4kvh5f6k25")
|
(base32 "0ckxn7k5zgcqk30dq943bnamr6a6zjbw2aqjl3x30f4kvh5f6k25")
|
||||||
(base32 "10qb890is4z58vr8czh3xx69q62l3b3j38y410kgiw8nii3zx5lr")))
|
(base32 "10qb890is4z58vr8czh3xx69q62l3b3j38y410kgiw8nii3zx5lr")))
|
||||||
|
|
||||||
|
@ -381,10 +381,10 @@ (define-public linux-libre-5.7-pristine-source
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-5.7)))
|
deblob-scripts-5.7)))
|
||||||
|
|
||||||
(define-public linux-libre-5.4-version "5.4.50")
|
(define-public linux-libre-5.4-version "5.4.51")
|
||||||
(define-public linux-libre-5.4-pristine-source
|
(define-public linux-libre-5.4-pristine-source
|
||||||
(let ((version linux-libre-5.4-version)
|
(let ((version linux-libre-5.4-version)
|
||||||
(hash (base32 "1qm6m3ww7cxr0mqzma9swq6jax6anjy5vdh397my7x00x70z845d")))
|
(hash (base32 "1786l83nwzjazr2rl5fwxpw9dzlggi33nnj9grmp4dnn9j5ym2wy")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-5.4)))
|
deblob-scripts-5.4)))
|
||||||
|
|
Loading…
Reference in a new issue