[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: linux-libre@4.14: Update to 4.14.172.
From: |
guix-commits |
Subject: |
03/05: gnu: linux-libre@4.14: Update to 4.14.172. |
Date: |
Fri, 28 Feb 2020 13:15:57 -0500 (EST) |
mhw pushed a commit to branch master
in repository guix.
commit f9059c7a0b79b8f40939dca691f346c748101c44
Author: Mark H Weaver <address@hidden>
AuthorDate: Fri Feb 28 13:10:10 2020 -0500
gnu: linux-libre@4.14: Update to 4.14.172.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.172.
(linux-libre-4.14-pristine-source): Update hash.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b7054e7..86e635c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -376,10 +376,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.171")
+(define-public linux-libre-4.14-version "4.14.172")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "181jadiwfix23xmqfvg7hpacjd0523v7vy0frzn8g8dlwj4j9q2g")))
+ (hash (base32 "0yi13cky6jdswca7nrjgcrdxk8rnqdbhblhy6mws103mjfms2613")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))