diff options
author | Leo Famulari <leo@famulari.name> | 2022-02-16 11:04:12 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-02-17 18:45:58 -0500 |
commit | 296e0200973bee51668ab7176e978ea07ec79791 (patch) | |
tree | 7a4b02c0c2cdadd7c33dc40dd76a1a34552ce8c7 /gnu/packages/linux.scm | |
parent | 7678a390e7486e94da2277b0f80bc8ae93dfb56b (diff) | |
download | guix-296e0200973bee51668ab7176e978ea07ec79791.tar.gz guix-296e0200973bee51668ab7176e978ea07ec79791.zip |
gnu: linux-libre 4.9: Update to 4.9.302.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.302.
(linux-libre-4.9-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 fb5588426a..41a4082663 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -450,7 +450,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.301") +(define-public linux-libre-4.9-version "4.9.302") (define-public linux-libre-4.9-gnu-revision "gnu1") (define deblob-scripts-4.9 (linux-libre-deblob-scripts @@ -460,7 +460,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0wdaj40pcq9wg5xnz2zj3jj8bawhfgqxcwp6dnavbf9lq0gca48p"))) (define-public linux-libre-4.9-pristine-source (let ((version linux-libre-4.9-version) - (hash (base32 "049nabr4ir9g0scxll0wlscdgf7fhvv3hh45s25h1amvqb4qb2w1"))) + (hash (base32 "0difn0vjz4hz9vl5lklawqy19ccb5gz5p5r1cyckschf0l2nyifm"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.9))) |