aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-05-20 19:12:48 -0400
committerMark H Weaver <mhw@netris.org>2020-05-20 19:12:48 -0400
commit575e32fae85377ca0817395b80e2f2ec28b0c76b (patch)
treeec8b1709f379c206f5d0a85d85d6bbef188f9349
parent79a2cfd858e05630faa147447002bdc094b4fb6b (diff)
downloadguix-575e32fae85377ca0817395b80e2f2ec28b0c76b.tar
guix-575e32fae85377ca0817395b80e2f2ec28b0c76b.tar.gz
gnu: linux-libre@4.14: Update 4.14.181.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update 4.14.181. (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 aac125a797..f35e0fd99b 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.180")
+(define-public linux-libre-4.14-version "4.14.181")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "03pd4wpg526n391jwc0kbmbxi059mvq8d42a9qbym9mnv5rzjkj4")))
+ (hash (base32 "0kaasqhmg9in7pf4ldk9z4z1cjgv1c9xdr1ca0pznngygibym6xb")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))