1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-06 17:31:31 +02:00

gnu: linux-libre@4.19: Update to 4.19.69.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.69.
(linux-libre-4.19-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver
2019-08-29 16:37:07 -04:00
parent 7c0a69644f
commit cb07ec0932
+2 -2
View File
@@ -358,10 +358,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.2)))
(define-public linux-libre-4.19-version "4.19.68")
(define-public linux-libre-4.19-version "4.19.69")
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
(hash (base32 "0ax04sivi1lsx01m3abi16w6d0jd3qvwzzq2zbn8q2lca505k1wi")))
(hash (base32 "11yrw8ixd5ni9rlpndqsz2ihx6k8qaf35a1lf164lkhaa85pd4f0")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))