[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: linux-libre 4.19: Update to 4.19.172.
From: |
guix-commits |
Subject: |
03/06: gnu: linux-libre 4.19: Update to 4.19.172. |
Date: |
Sun, 31 Jan 2021 00:16:44 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 6d8b5e03e8ce64c71a1bdacc0a6c0534217c5832
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jan 30 20:37:22 2021 -0500
gnu: linux-libre 4.19: Update to 4.19.172.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.172.
(linux-libre-4.19-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 18ba627..c3ecf88 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -382,7 +382,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
-(define-public linux-libre-4.19-version "4.19.171")
+(define-public linux-libre-4.19-version "4.19.172")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
linux-libre-4.19-version
@@ -390,7 +390,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "02n65bmvm309bg6kzxg5ng5lcw564l3rp7dr6asyb1mr1vz55qzl")))
+ (hash (base32 "08hl7vw5r61gnzagnm8nbhlbm0h226crp4m19zh0qr2q0pmwqd2g")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
- branch master updated (ed55728 -> a20b4f0), guix-commits, 2021/01/31
- 02/06: gnu: linux-libre 5.4: Update to 5.4.94., guix-commits, 2021/01/31
- 05/06: gnu: linux-libre 4.9: Update to 4.9.254., guix-commits, 2021/01/31
- 01/06: gnu: linux-libre: Update to 5.10.12., guix-commits, 2021/01/31
- 04/06: gnu: linux-libre 4.14: Update to 4.14.218., guix-commits, 2021/01/31
- 06/06: gnu: linux-libre 4.4: Update to 4.4.254., guix-commits, 2021/01/31
- 03/06: gnu: linux-libre 4.19: Update to 4.19.172.,
guix-commits <=