summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-01-29 12:50:42 -0500
committerMark H Weaver <mhw@netris.org>2020-01-29 12:50:42 -0500
commitcf728b19c7ce3359c9b8271a4b55c84d97399d67 (patch)
tree781f084817c77a402d38394d03a727cf5d898943
parentdfda8129d3b37a2cc8d2e94019d553d62d5d14e9 (diff)
downloadpatches-cf728b19c7ce3359c9b8271a4b55c84d97399d67.tar
patches-cf728b19c7ce3359c9b8271a4b55c84d97399d67.tar.gz
gnu: linux-libre@4.9: Update to 4.9.212.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.212. (linux-libre-4.9-pristine-source): Update hash.
-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 70432ad2eb..ee7c75fa14 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -381,10 +381,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.211")
+(define-public linux-libre-4.9-version "4.9.212")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "1gmi27ih5ys1wxbrnc4a5dr9vw9ngccs9xpa2p0gsk4pbn6n15r5")))
+ (hash (base32 "0c5yjilaq86j6i2hzlxbp2ia7jhnf7kv952ffv7jxdf90sk3irxd")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))