diff options
author | Mark H Weaver <mhw@netris.org> | 2019-11-16 11:39:42 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-11-16 11:39:42 -0500 |
commit | bd7df85ea445bc9081c76f65623b697c03cd90bf (patch) | |
tree | cf3ee896114096fa0fef647e9d0b0d9079a31096 /gnu/packages/linux.scm | |
parent | 8459cf5756c8cfaa6adb40b3f0b77f018179efa7 (diff) | |
download | patches-bd7df85ea445bc9081c76f65623b697c03cd90bf.tar patches-bd7df85ea445bc9081c76f65623b697c03cd90bf.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.202.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.202.
(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 47577451c9..8097cf29c5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -376,10 +376,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.201") +(define-public linux-libre-4.9-version "4.9.202") (define-public linux-libre-4.9-pristine-source (let ((version linux-libre-4.9-version) - (hash (base32 "125xmh5h1zmfniidpjljny53qkl4phpxaali69i66lajscxx8grq"))) + (hash (base32 "1gsfbvsswpwj6r56ynb6mmx7dc8hp9yhi7sfr0hhii0gs4ffq241"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.9))) |