summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-05-10 21:35:44 -0400
committerMark H Weaver <mhw@netris.org>2020-05-10 21:35:44 -0400
commitf59cfae39a38251bd00631e6f58dfb03f60f097b (patch)
tree7f70771c1c0476409c625e428097cd2dfb38d493
parent195f8c9c97b0212249d63d883c255ce347d1e885 (diff)
downloadpatches-f59cfae39a38251bd00631e6f58dfb03f60f097b.tar
patches-f59cfae39a38251bd00631e6f58dfb03f60f097b.tar.gz
gnu: linux-libre@4.14: Update to 4.14.180.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.180. (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 390264201d..306726b7e9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -393,10 +393,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.179")
+(define-public linux-libre-4.14-version "4.14.180")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "10arrj3ppbxkn15yxqpxlz4k8yp2afzbfpp2nwfy6klhjiffp9sx")))
+ (hash (base32 "03pd4wpg526n391jwc0kbmbxi059mvq8d42a9qbym9mnv5rzjkj4")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))