[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: linux-libre: Update to 5.9.10.
From: |
guix-commits |
Subject: |
01/06: gnu: linux-libre: Update to 5.9.10. |
Date: |
Sun, 22 Nov 2020 20:30:20 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 43e9217d3221192f27e15977e1959aff6775d7e7
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Nov 22 14:31:45 2020 -0500
gnu: linux-libre: Update to 5.9.10.
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.10.
(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 f19f8e2..c1d4fe5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -351,7 +351,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.9")
+(define-public linux-libre-5.9-version "5.9.10")
(define deblob-scripts-5.9
(linux-libre-deblob-scripts
linux-libre-5.9-version
@@ -359,7 +359,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 "1b8zysy0br131ydhc7ycxhh8d88r44xrmkf2q2lffy0jmy3d60m3")))
+ (hash (base32 "0c7hcqn1ld0axlipzpwmjr1jwizrhz5w6bdfbk9npbirx7rb54gm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.9)))
- branch master updated (dd8e441 -> 12ed211), guix-commits, 2020/11/22
- 01/06: gnu: linux-libre: Update to 5.9.10.,
guix-commits <=
- 04/06: gnu: linux-libre 4.14: Update to 4.14.208., guix-commits, 2020/11/22
- 02/06: gnu: linux-libre 5.4: Update to 5.4.79., guix-commits, 2020/11/22
- 03/06: gnu: linux-libre 4.19: :Update to 4.19.159., guix-commits, 2020/11/22
- 05/06: gnu: linux-libre 4.9: Update to 4.9.245., guix-commits, 2020/11/22
- 06/06: gnu: linux-libre 4.4: Update to 4.4.245., guix-commits, 2020/11/22