summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-04 01:10:11 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-04 10:21:24 +0200
commit1bedc74e7f98940d728a28ccca75779fed60b72d (patch)
tree0a7c42b34cde9f44eccad01252850ca4ec4869eb
parentdd32676b067caeeeed46a582435852d97da6ad88 (diff)
downloadpatches-1bedc74e7f98940d728a28ccca75779fed60b72d.tar
patches-1bedc74e7f98940d728a28ccca75779fed60b72d.tar.gz
gnu: linux-libre@5.2: Update to 5.2.18.
* gnu/packages/linux.scm (linux-libre-5.2-version) (linux-libre-5.2-pristine-source): Update to 5.2.18.
-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 ac5674b583..7607609891 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -366,10 +366,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.3)))
-(define-public linux-libre-5.2-version "5.2.17")
+(define-public linux-libre-5.2-version "5.2.18")
(define-public linux-libre-5.2-pristine-source
(let ((version linux-libre-5.2-version)
- (hash (base32 "1y9d218w83qgd6wima6h6n4zbj1rxz15yb6hdlhv8dm9kv88lfvv")))
+ (hash (base32 "0q6akmhcdj52lhvs5fjxrr25r0hyklh7115hg0zl0fcpdj30y2bd")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.2)))