diff options
author | Mark H Weaver <mhw@netris.org> | 2019-09-06 20:39:13 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-09-06 20:39:13 -0400 |
commit | 67ad69b7682d63e892344d9a6d23e7eed0d96358 (patch) | |
tree | 42885052dc1ecc566ef340ac1f6c127e2949bb2f /gnu | |
parent | be0fb599e7f09af5dfe39aba2718cddb3b98b05d (diff) | |
download | patches-67ad69b7682d63e892344d9a6d23e7eed0d96358.tar patches-67ad69b7682d63e892344d9a6d23e7eed0d96358.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.191.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.191.
(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 08089a9d5c..b44502b5e6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -374,10 +374,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.190") +(define-public linux-libre-4.9-version "4.9.191") (define-public linux-libre-4.9-pristine-source (let ((version linux-libre-4.9-version) - (hash (base32 "05ha3snfk0vdqk9i27icwpq2if0h2jvshavn69ldwqm4h2h1r2py"))) + (hash (base32 "1g5p736p8zx5rmxaj56yw93jp768npl868jsn8973dny0rsbim6y"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.9))) |