[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: linux-libre: Update to 5.9.12.
From: |
guix-commits |
Subject: |
01/06: gnu: linux-libre: Update to 5.9.12. |
Date: |
Wed, 2 Dec 2020 23:16:37 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 7f75686c00fa0679b3747981f3a3ab4ae3c0c45e
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Dec 2 15:08:17 2020 -0500
gnu: linux-libre: Update to 5.9.12.
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.12.
(linux-libre-5.9-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 dd4478c..640b312 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -352,7 +352,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; The current "stable" kernel. That is, the most recently released major
;; version.
-(define-public linux-libre-5.9-version "5.9.11")
+(define-public linux-libre-5.9-version "5.9.12")
(define deblob-scripts-5.9
(linux-libre-deblob-scripts
linux-libre-5.9-version
@@ -360,7 +360,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0yb04a4j2wq3mwvks3cj7kcm2pscmfs29lrz3falkxpbvjxbbgq2")))
(define-public linux-libre-5.9-pristine-source
(let ((version linux-libre-5.9-version)
- (hash (base32 "0q6jlnigyjjnnxw6l724zv8acgs95s3pafabz4l9jrhhlijhmcjy")))
+ (hash (base32 "1gfrn3sz3h4cbsf3r8f9jxja400qsmbrk8sclk4cjx1l5qcmczyr")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.9)))
- branch master updated (003367b -> a5de731), guix-commits, 2020/12/02
- 01/06: gnu: linux-libre: Update to 5.9.12.,
guix-commits <=
- 03/06: gnu: linux-libre 4.19: Update to 4.19.161., guix-commits, 2020/12/02
- 06/06: gnu: linux-libre 4.4: Update to 4.4.247., guix-commits, 2020/12/02
- 02/06: gnu: linux-libre 5.4: Update to 5.4.81., guix-commits, 2020/12/02
- 04/06: gnu: linux-libre 4.14: Update to 4.14.210., guix-commits, 2020/12/02
- 05/06: gnu: linux-libre 4.9: Update to 4.9.247., guix-commits, 2020/12/02