summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-07-31 13:34:16 -0400
committerMark H Weaver <mhw@netris.org>2020-07-31 13:38:20 -0400
commitb30974908b693e29c604bcae46af4db661422294 (patch)
tree58266ed74359ca2ef6a1736b7c99a5c3604c389f /gnu
parentfe21fe41d1db117793f5fd86de60c6dfb59ae959 (diff)
downloadguix-patches-b30974908b693e29c604bcae46af4db661422294.tar
guix-patches-b30974908b693e29c604bcae46af4db661422294.tar.gz
gnu: linux-libre@4.9: 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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b26ab2d377..4ffa23d0a8 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)))