summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-12-18 14:57:30 -0500
committerMark H Weaver <mhw@netris.org>2019-12-18 15:13:41 -0500
commit7ebf4c40f178449b8ace9a42791baa5e8647124a (patch)
tree28f8d157923392ba31e9fbd257eebff094cfc552
parent96c158be1b4340cefa7a66d781c21f2c5ca4691a (diff)
downloadpatches-7ebf4c40f178449b8ace9a42791baa5e8647124a.tar
patches-7ebf4c40f178449b8ace9a42791baa5e8647124a.tar.gz
gnu: linux-libre: Update to 5.3.18.
* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.18. (linux-libre-5.3-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 c07a6cc1dd..5c5f930485 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -356,10 +356,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
"linux-" version ".tar.xz"))
(sha256 hash)))
-(define-public linux-libre-5.3-version "5.3.17")
+(define-public linux-libre-5.3-version "5.3.18")
(define-public linux-libre-5.3-pristine-source
(let ((version linux-libre-5.3-version)
- (hash (base32 "10igr1dm9pazmhpi3arsyywj4757531nal003dn9rhs2xc8pkx5c")))
+ (hash (base32 "133342nv9ddjad2rizmcbilg9rhg339sfqr9l77j4cgkqhblkw90")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.3)))