summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-03-12 20:50:24 -0400
committerMark H Weaver <mhw@netris.org>2020-03-12 20:50:24 -0400
commite0d5a43e516a858a97f046a3f0241a753232fda9 (patch)
treed441163c92081d787333cab0758b301aab557dde
parentdcd7a97b8c5a68cd82ca91988e371442c6002b20 (diff)
downloadpatches-e0d5a43e516a858a97f046a3f0241a753232fda9.tar
patches-e0d5a43e516a858a97f046a3f0241a753232fda9.tar.gz
gnu: linux-libre@4.9: Update to 4.9.216.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.216. (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 0f4bc88ceb..ffb66b3644 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -386,10 +386,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.215")
+(define-public linux-libre-4.9-version "4.9.216")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "0j4z2al318654z40w4f8zhh73zwpgn8igjr5k4mz401phm3jyvr3")))
+ (hash (base32 "0lgv5k8v5xz9z2z4k42566bh0akyk1gr0dx6s1m1rjrzsf9k86l6")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))