diff options
author | Mark H Weaver <mhw@netris.org> | 2020-03-21 16:32:48 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-03-21 16:37:59 -0400 |
commit | 3e13d780b81d3005e2c7f36ccc75f7c1e2cc00a0 (patch) | |
tree | e1c9594ce4aeab0311c860cb5c2eb3750ad78664 /gnu | |
parent | d1b3c6c746e4a574651b2d7d52f87a928da59127 (diff) | |
download | guix-3e13d780b81d3005e2c7f36ccc75f7c1e2cc00a0.tar guix-3e13d780b81d3005e2c7f36ccc75f7c1e2cc00a0.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.217.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.217.
(linux-libre-4.9-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 c0a5445464..15abba8849 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -386,10 +386,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.14))) -(define-public linux-libre-4.9-version "4.9.216") +(define-public linux-libre-4.9-version "4.9.217") (define-public linux-libre-4.9-pristine-source (let ((version linux-libre-4.9-version) - (hash (base32 "0lgv5k8v5xz9z2z4k42566bh0akyk1gr0dx6s1m1rjrzsf9k86l6"))) + (hash (base32 "06b8av9f9pk2yp95nzv4322k0d5wsg40sxd9kfim1xzb093abckg"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.9))) |