diff options
author | Mark H Weaver <mhw@netris.org> | 2019-11-25 01:46:15 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-11-25 12:08:09 -0500 |
commit | 6c693a6e3f0516475351954a29149ed2b10e3664 (patch) | |
tree | 031b08baf89195165eed52772d508f73d2df2c7e /gnu | |
parent | 79832fb285a6ce67469287f6b0defbf2b5a1a074 (diff) | |
download | patches-6c693a6e3f0516475351954a29149ed2b10e3664.tar patches-6c693a6e3f0516475351954a29149ed2b10e3664.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.86.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.86.
(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 5fff866f1d..386b47233b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -360,10 +360,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.3))) -(define-public linux-libre-4.19-version "4.19.85") +(define-public linux-libre-4.19-version "4.19.86") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "1dsgbys73jga5h0a9icgif6qbi31g84315zlcdid9bzf1abkbx3v"))) + (hash (base32 "1xmzcxsiydym574y7k313qd8s4c3mdahpb3nx3cingfl36ivnb5z"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |