diff options
author | Mark H Weaver <mhw@netris.org> | 2020-08-21 20:58:49 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-08-21 20:58:49 -0400 |
commit | 10df5c487be88fb22e2ca4c7a30ec0499e617612 (patch) | |
tree | 8214ad32c4ffa0f40f0c2cef7f308ad3f40e47ae /gnu | |
parent | c6f92ba5e06963a7053d2fda4676c2ee0b196b76 (diff) | |
download | guix-10df5c487be88fb22e2ca4c7a30ec0499e617612.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.141.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.141. (linux-libre-4.19-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-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 541c85ec3e..777dd9483f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -413,10 +413,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.140") +(define-public linux-libre-4.19-version "4.19.141") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "1a4fy48jb16qdx165n48qch6nikfvmxqwys7mw8fynq0pykzj3ya"))) + (hash (base32 "0511vb9rfpy5l6cz69v0v97rw2rk2pscc4hkz2pfmgikagm1shm4"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |