me
/
guix
Archived
1
0
Fork 0

gnu: linux-libre: Update to 5.3.18.

* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.18.
(linux-libre-5.3-pristine-source): Update hash.
master
Mark H Weaver 2019-12-18 14:57:30 -05:00
parent 96c158be1b
commit 7ebf4c40f1
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -356,10 +356,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
"linux-" version ".tar.xz"))
(sha256 hash)))
(define-public linux-libre-5.3-version "5.3.17")
(define-public linux-libre-5.3-version "5.3.18")
(define-public linux-libre-5.3-pristine-source
(let ((version linux-libre-5.3-version)
(hash (base32 "10igr1dm9pazmhpi3arsyywj4757531nal003dn9rhs2xc8pkx5c")))
(hash (base32 "133342nv9ddjad2rizmcbilg9rhg339sfqr9l77j4cgkqhblkw90")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.3)))