3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: linux-libre@5.3: Update to 5.3.2.

* gnu/packages/linux.scm (linux-libre-5.3-version)
(linux-libre-5.3-pristine-source): Update to 5.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-04 01:06:48 +02:00
parent e8190ba9fb
commit dd32676b06
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -358,10 +358,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.1")
(define-public linux-libre-5.3-version "5.3.2")
(define-public linux-libre-5.3-pristine-source
(let ((version linux-libre-5.3-version)
(hash (base32 "0n7qjakglzh6rpbjdjqr4fgp8f8fd3qgb5as0hfj25nk16lvb44q")))
(hash (base32 "0szw21mpp94gp3zn2fgllbv6fdjjf20njgrcjay7vjmm7farq7rn")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.3)))