kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit e4de98f2a855d0c83c242bd5d4046b4c5216b05b
Author: Mark H Weaver <[email protected]>
Date: Thu Nov 7 01:10:26 2019 -0500
gnu: [email protected]: Update to 4.9.199.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.199.
(linux-libre-4.9-pristine-source): Update hash.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 619bd3c..a728862 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -379,10 +379,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.198")
+(define-public linux-libre-4.9-version "4.9.199")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "1b05jra6q695s1d4rzdr39i6m8xsi5xjrdn73sgwzvx0dgxfnwlm")))
+ (hash (base32 "1mby7ymcx6f9phacbaq2n9rr0rfv0r2dis2lk7j0wclfj3q3298g")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))