mhw pushed a commit to branch master
in repository guix.
commit b30974908b693e29c604bcae46af4db661422294
Author: Mark H Weaver <[email protected]>
AuthorDate: Fri Jul 31 13:34:16 2020 -0400
gnu: [email protected]: Update to 4.9.232.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.232.
(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 b26ab2d..4ffa23d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -411,10 +411,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.231")
+(define-public linux-libre-4.9-version "4.9.232")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "1sz8xk767yy4lxqvy4229yrgkwnm43hdrbr54aa1flns5yh3p12g")))
+ (hash (base32 "0q2gpkazfw93r79aq21kv1y3hwxawl0swyvd3nd73p254gl75x2q")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))