[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: linux-libre@4.14: Update to 4.14.168.
From: |
guix-commits |
Subject: |
01/02: gnu: linux-libre@4.14: Update to 4.14.168. |
Date: |
Mon, 27 Jan 2020 14:40:48 -0500 (EST) |
mhw pushed a commit to branch master
in repository guix.
commit 3c6332128af7ca4610e0513f0577771e16e91955
Author: Mark H Weaver <address@hidden>
AuthorDate: Mon Jan 27 14:37:16 2020 -0500
gnu: linux-libre@4.14: Update to 4.14.168.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.168.
(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 5162dff..ebc27dc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -373,10 +373,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.167")
+(define-public linux-libre-4.14-version "4.14.168")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "0hzyb5k6adhg4vkhix21kg7z6gdzyk1dnzylvbsz9yh2m73qzdrb")))
+ (hash (base32 "1ziixdg4jsr17kgfa9dpckczk0r2mc5jayqb2f6br19al79pfmyv")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))