diff options
author | Mark H Weaver <mhw@netris.org> | 2020-04-03 17:28:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-04-03 17:28:57 -0400 |
commit | 486ff941cbcffcee82be10e01e2dc13c9007053b (patch) | |
tree | 95692b500b128f2d4e6ad6dc23762fa02d13baf2 /gnu/packages | |
parent | cec3a09314242dbf88586ecc2414467dfe96eb52 (diff) | |
download | guix-486ff941cbcffcee82be10e01e2dc13c9007053b.tar.gz guix-486ff941cbcffcee82be10e01e2dc13c9007053b.zip |
gnu: linux-libre@4.9: Update to 4.9.218.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.218.
(linux-libre-4.9-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages')
-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 99fe199916..3421904077 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.217") +(define-public linux-libre-4.9-version "4.9.218") (define-public linux-libre-4.9-pristine-source (let ((version linux-libre-4.9-version) - (hash (base32 "06b8av9f9pk2yp95nzv4322k0d5wsg40sxd9kfim1xzb093abckg"))) + (hash (base32 "1ka98c8sbfipzll6ss9fcsn26lh4cy60372yfw27pif4brhnwfnz"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.9))) |