summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-02-14 22:02:51 -0500
committerMark H Weaver <mhw@netris.org>2020-02-14 22:11:26 -0500
commit96100c0da94056027d93cb28ac311ed8f822035f (patch)
treeca7cb4635d07d6777e7b6799c786ca6b5261d39b
parent6a9db45259507be5a1f8880c448fc3da75ae72e0 (diff)
downloadpatches-96100c0da94056027d93cb28ac311ed8f822035f.tar
patches-96100c0da94056027d93cb28ac311ed8f822035f.tar.gz
gnu: linux-libre@4.9: Update to 4.9.214.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.214. (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 e50700d237..c0fb94b78b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -383,10 +383,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.213")
+(define-public linux-libre-4.9-version "4.9.214")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "0r7bqpvbpiiniwsm338b38mv6flfgm1r09avxqsakhkh8rvgz1dg")))
+ (hash (base32 "10z4n792g88p46csla2g9b0m7vz40ln0901ffb2cfd3hmhyhjzxl")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))