summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-01-12 15:01:56 -0500
committerMark H Weaver <mhw@netris.org>2020-01-12 15:01:56 -0500
commitbccdd93eac41f49cd4548d6e3213361b7aee11b8 (patch)
tree843ecaa7d075dd0972a58f470303f3f9cb13bc31
parent5e0c50ca5f9202c0546a7fd3b9a6af0f7c14cfa2 (diff)
downloadpatches-bccdd93eac41f49cd4548d6e3213361b7aee11b8.tar
patches-bccdd93eac41f49cd4548d6e3213361b7aee11b8.tar.gz
gnu: linux-libre@4.9: Update to 4.9.209.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.209. (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 a42db63e4f..c3b0b96bea 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.208")
+(define-public linux-libre-4.9-version "4.9.209")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "0njjw1i8dilihn1hz62zra4b9y05fb3r2k2sqlkd0wfn86c1rbdp")))
+ (hash (base32 "1qarm90l1r4y68v5swhf81z6v6gspa8sw9jab3fxrz8mz6zdan02")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))