summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-07-01 13:29:46 -0400
committerMark H Weaver <mhw@netris.org>2020-07-01 13:29:46 -0400
commita43802bfcac5b5bd4f894211f5edd43538039d74 (patch)
tree5c412dbecb3ecb8962ec48a1f7b66b0f8576b245 /gnu
parente5aa0fd4ebca440822520d71656a0eb708441697 (diff)
downloadguix-patches-a43802bfcac5b5bd4f894211f5edd43538039d74.tar
guix-patches-a43802bfcac5b5bd4f894211f5edd43538039d74.tar.gz
gnu: linux-libre@4.19: Update to 4.19.131.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.131. (linux-libre-4.19-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index dff2bd59be..d609fa0371 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -387,10 +387,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
-(define-public linux-libre-4.19-version "4.19.130")
+(define-public linux-libre-4.19-version "4.19.131")
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "03zhsizj53ngwxn7d4mzix9xbxxd5lhbzrvawvbb91f83pkc14m6")))
+ (hash (base32 "1fk4i7lkbblfbxyp8rmkihcax920hbbygk2xnq2038sbrkvbkpqr")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))