diff options
author | Leo Famulari <leo@famulari.name> | 2021-10-06 12:58:09 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-10-06 22:12:04 -0400 |
commit | 68a82fb1956ff0fb6ad2659dd595a3b6c69b49cc (patch) | |
tree | a34112e33e7d773f319b4a2cbabdfa223d58e348 /gnu | |
parent | 605558d8026bdd1bf3c56e7924be2ec99b677803 (diff) | |
download | guix-68a82fb1956ff0fb6ad2659dd595a3b6c69b49cc.tar.gz guix-68a82fb1956ff0fb6ad2659dd595a3b6c69b49cc.zip |
gnu: linux-libre 4.9: Update to 4.9.285.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.285.
(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 4d7678930e..5bfde2a24d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -424,7 +424,7 @@ 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.284") +(define-public linux-libre-4.9-version "4.9.285") (define-public linux-libre-4.9-gnu-revision "gnu1") (define deblob-scripts-4.9 (linux-libre-deblob-scripts @@ -434,7 +434,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1a0k9i8gnzkyvfr80f8xw2fnxfwddhz1pzicz9fh0y3jzzkzk45p"))) (define-public linux-libre-4.9-pristine-source (let ((version linux-libre-4.9-version) - (hash (base32 "0054b0cm0h2mbf6rxzdgd3c2rfz7xa32qkyr5lv58l2852hf0ri8"))) + (hash (base32 "1hkkk4mhr5qnrhwqcz0b20rff6j8pnwd868a5hsq8s867pa24ajb"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.9))) |