diff options
author | Mark H Weaver <mhw@netris.org> | 2020-04-03 17:30:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-04-03 17:30:39 -0400 |
commit | 41a795e726855de140526a2f0cd2b1b94bddc10b (patch) | |
tree | 74db918f55fb0d8ab6bcee72af1274ee9fb6855a /gnu | |
parent | fa015e2f6881945d80a7dade570fa55d64be6a13 (diff) | |
download | patches-41a795e726855de140526a2f0cd2b1b94bddc10b.tar patches-41a795e726855de140526a2f0cd2b1b94bddc10b.tar.gz |
gnu: linux-libre: Update to 5.4.30.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.30.
(linux-libre-5.4-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 1600eb61bd..fc3759bd96 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -362,10 +362,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." "linux-" version ".tar.xz")) (sha256 hash))) -(define-public linux-libre-5.4-version "5.4.28") +(define-public linux-libre-5.4-version "5.4.30") (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "197p7rjmbs229ncj1y8s80f7n4bm8g9w0jrv1109m3rl8q9wqqy8"))) + (hash (base32 "1vwx6j87pkfyq68chng1hy0c85hpc2byabiv1pcikrmw07vpip8i"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |