summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-01-23 23:09:31 -0500
committerMark H Weaver <mhw@netris.org>2020-01-23 23:16:52 -0500
commitfad00f1a75bafbdf0caea808a27e1366abf462be (patch)
treeafefe2acccf7695c50917a4b11c42b3ceda6c487
parentbbc87d09d07716d7940b48e8a39d6a6a88a7c32d (diff)
downloadpatches-fad00f1a75bafbdf0caea808a27e1366abf462be.tar
patches-fad00f1a75bafbdf0caea808a27e1366abf462be.tar.gz
gnu: linux-libre@4.9: Update to 4.9.211.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.211. (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 f74468180a..5d6ce29ab4 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.210")
+(define-public linux-libre-4.9-version "4.9.211")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "04skcbbp1yv54hwipa1pjx04lb21013r0lh2swycq0kdhc1m54d0")))
+ (hash (base32 "1gmi27ih5ys1wxbrnc4a5dr9vw9ngccs9xpa2p0gsk4pbn6n15r5")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))