mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: linux-libre@5.4: Update to 5.4.59.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.59. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update to 5.4.59.
This commit is contained in:
parent
0c3799efde
commit
95ff922c3e
1 changed files with 4 additions and 4 deletions
|
@ -216,9 +216,9 @@ (define deblob-scripts-5.7
|
|||
|
||||
(define deblob-scripts-5.4
|
||||
(linux-libre-deblob-scripts
|
||||
"5.4.57"
|
||||
"5.4.59"
|
||||
(base32 "0ckxn7k5zgcqk30dq943bnamr6a6zjbw2aqjl3x30f4kvh5f6k25")
|
||||
(base32 "10qb890is4z58vr8czh3xx69q62l3b3j38y410kgiw8nii3zx5lr")))
|
||||
(base32 "1b3q88i2qfdxyvpi9f7jds0qlb8hfpw87mgia096ax6822c2cmyb")))
|
||||
|
||||
(define deblob-scripts-4.19
|
||||
(linux-libre-deblob-scripts
|
||||
|
@ -401,10 +401,10 @@ (define-public linux-libre-5.7-pristine-source
|
|||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.7)))
|
||||
|
||||
(define-public linux-libre-5.4-version "5.4.58")
|
||||
(define-public linux-libre-5.4-version "5.4.59")
|
||||
(define-public linux-libre-5.4-pristine-source
|
||||
(let ((version linux-libre-5.4-version)
|
||||
(hash (base32 "0iqnn98hj3lq1avlrbjv9qdyfwffv01vd0a465xkhxck26py4bvh")))
|
||||
(hash (base32 "1zdjqkm6sniy718dgqzbc1w1sgwpy2x64n1p91cjwps3wjr9vjwv")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.4)))
|
||||
|
|
Loading…
Reference in a new issue