diff options
author | Mark H Weaver <mhw@netris.org> | 2019-11-12 20:44:43 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-11-12 20:44:43 -0500 |
commit | 350d8d54523998b7d845420b59507135e708b04e (patch) | |
tree | 63c282a479a36bd61c3a07686bc04537fb6ccba6 /gnu/packages | |
parent | aeaad403b8ededce2077361baabdf5529676cf1b (diff) | |
download | guix-350d8d54523998b7d845420b59507135e708b04e.tar.gz guix-350d8d54523998b7d845420b59507135e708b04e.zip |
gnu: linux-libre@4.9: Update to 4.9.201.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.201.
(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 91f6384b6e..ef396848a5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -375,10 +375,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.200") +(define-public linux-libre-4.9-version "4.9.201") (define-public linux-libre-4.9-pristine-source (let ((version linux-libre-4.9-version) - (hash (base32 "1z7gf36mh022nihdg4dlkdscr01jvbwikkm6jsbwcvdbv0s5qq2b"))) + (hash (base32 "125xmh5h1zmfniidpjljny53qkl4phpxaali69i66lajscxx8grq"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.9))) |