diff options
author | Mark H Weaver <mhw@netris.org> | 2020-07-01 13:29:46 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-07-01 13:29:46 -0400 |
commit | a43802bfcac5b5bd4f894211f5edd43538039d74 (patch) | |
tree | 5c412dbecb3ecb8962ec48a1f7b66b0f8576b245 | |
parent | e5aa0fd4ebca440822520d71656a0eb708441697 (diff) | |
download | guix-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.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
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))) |