diff options
author | Mark H Weaver <mhw@netris.org> | 2020-08-11 17:32:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-08-11 17:32:26 -0400 |
commit | fbe69acb0845cbf81d315c75144f8047e73749f1 (patch) | |
tree | ea74c720d15f80767f4bb3a1d803cf168dbc5ac4 /gnu | |
parent | a0121643d617bd69df3dc9486a58e183ae726cf7 (diff) | |
download | guix-fbe69acb0845cbf81d315c75144f8047e73749f1.tar.gz guix-fbe69acb0845cbf81d315c75144f8047e73749f1.zip |
gnu: linux-libre@4.19: Update to 4.19.139.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.139.
(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 13c9ba5b38..55c829a92f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -409,10 +409,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.138") +(define-public linux-libre-4.19-version "4.19.139") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "00jy3lxzx95smgc0mq7741byaj17jxrcqc2vnxlp4lkcbz82fp6i"))) + (hash (base32 "01anspwh3vskmcqf4xclx0jx6h0h33zfgmmvrzxq17wlzqhvyklw"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |