diff options
author | Mark H Weaver <mhw@netris.org> | 2020-06-08 00:35:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-06-08 00:35:15 -0400 |
commit | ec29dc0713d0492e7b5244390df09401b56a3b11 (patch) | |
tree | 7891fbedb45ca1e0a458ed6b4b06200cbff4f822 /gnu/packages/linux.scm | |
parent | cc5792566461b8494f2729ad27e7727754b1e094 (diff) |
gnu: linux-libre@5.6: Update to 5.6.17.
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.17.
(linux-libre-5.6-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 de42f92ce7..beeeba09b6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -369,10 +369,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (sha256 hash))) -(define-public linux-libre-5.6-version "5.6.16") +(define-public linux-libre-5.6-version "5.6.17") (define-public linux-libre-5.6-pristine-source (let ((version linux-libre-5.6-version) - (hash (base32 "1xvwk6yxi5nhiwhskpmr89a31286mw9hpm0y3l3i5ydswx6lnl15"))) + (hash (base32 "17kzalz8z6svv6nwa3dbmf7nyvpb2wwwyabj19vdwf6v05a28fn3"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.6))) |