summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-01-05 03:41:57 -0500
committerMark H Weaver <mhw@netris.org>2020-01-05 03:41:57 -0500
commitb307b587f6aff83643fb376561b19bbd89c76e84 (patch)
tree51e770c1ef64aed761addba5d20d2573a72875eb
parent1837bdcd9fddd62100cda3250cd95325d0d1c0b9 (diff)
downloadpatches-b307b587f6aff83643fb376561b19bbd89c76e84.tar
patches-b307b587f6aff83643fb376561b19bbd89c76e84.tar.gz
gnu: linux-libre@4.14: Update to 4.14.162.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.162. (linux-libre-4.14-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 adde74dcdb..0bd85f71e0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -372,10 +372,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
-(define-public linux-libre-4.14-version "4.14.161")
+(define-public linux-libre-4.14-version "4.14.162")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "1jc1izlvgymp9x61r4yz2xhplwmp6x8laxqj9wy33iz6a2gn48wx")))
+ (hash (base32 "0jwbr7q17khv0174hl0kp78bsyhjv0mljfvrnbl9qdfl9hi70lgn")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))