diff options
author | Mark H Weaver <mhw@netris.org> | 2020-05-20 19:13:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-05-20 19:13:25 -0400 |
commit | fa0fac06321b688780eb28f7aa7a856036cb7a80 (patch) | |
tree | 9f6e99bb43e06164c463889a232d871231db049c | |
parent | 575e32fae85377ca0817395b80e2f2ec28b0c76b (diff) | |
download | patches-fa0fac06321b688780eb28f7aa7a856036cb7a80.tar patches-fa0fac06321b688780eb28f7aa7a856036cb7a80.tar.gz |
gnu: linux-libre@4.19: Update 4.19.124.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update 4.19.124.
(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 f35e0fd99b..05ba8f106f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -385,10 +385,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.123") +(define-public linux-libre-4.19-version "4.19.124") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "0gwrkbbfy85ajxpg7q6j9mn8mzhmsr1v3wmh5c76p34d3b9i96d7"))) + (hash (base32 "005dznldnj1m03cbkc5pd2q2cv9jj1j6a0x2vh4p79ypg4c01nfm"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |