summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-02-28 13:09:42 -0500
committerMark H Weaver <mhw@netris.org>2020-02-28 13:09:42 -0500
commitf989f947508b1175219f0f1cfc36c08ccbdddf24 (patch)
tree569e01c07ba2ec224ffe271ac6f7f3da8dae950d /gnu/packages
parent8ba4c3eab1a3e49cc0496f4a10e5d3676a9af969 (diff)
downloadpatches-f989f947508b1175219f0f1cfc36c08ccbdddf24.tar
patches-f989f947508b1175219f0f1cfc36c08ccbdddf24.tar.gz
gnu: linux-libre@4.9: Update to 4.9.215.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.215. (linux-libre-4.9-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages')
-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 161fc7cbc4..b7054e722c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -384,10 +384,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.214")
+(define-public linux-libre-4.9-version "4.9.215")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "10z4n792g88p46csla2g9b0m7vz40ln0901ffb2cfd3hmhyhjzxl")))
+ (hash (base32 "0j4z2al318654z40w4f8zhh73zwpgn8igjr5k4mz401phm3jyvr3")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))