[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: linux-libre: Update to 6.2.6.
From: |
guix-commits |
Subject: |
01/07: gnu: linux-libre: Update to 6.2.6. |
Date: |
Wed, 15 Mar 2023 19:56:24 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 4533e4963541c5af1d407d379884cc9322400e86
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Mar 14 08:22:51 2023 -0400
gnu: linux-libre: Update to 6.2.6.
* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.6.
(linux-libre-6.2-pristine-source, deblob-scripts-6.2): Update hashes.
---
gnu/packages/linux.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2fdb85262a..dd14504cd6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -482,17 +482,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the
given DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-6.2-version "6.2.2")
+(define-public linux-libre-6.2-version "6.2.6")
(define-public linux-libre-6.2-gnu-revision "gnu")
(define deblob-scripts-6.2
(linux-libre-deblob-scripts
linux-libre-6.2-version
linux-libre-6.2-gnu-revision
- (base32 "0psa6vqnq3iadjg76hl7aly7scm0ayimbjnzh4fdx78bjb9ypqw3")
- (base32 "1x91kmprjgs3ypmvmjffm2f2sshj704znhjrdz1w0n4scy1fbl4b")))
+ (base32 "15wrksnimwb099qgqc631rp8dgv5b61l6s5kknk23frqdwkp4shp")
+ (base32 "1gj9lsy4q4nf21b9q0y5jjsr0bq13glpngnd019897g11334qcwm")))
(define-public linux-libre-6.2-pristine-source
(let ((version linux-libre-6.2-version)
- (hash (base32 "1c5zxkpahg92as14h8j2yilc4302w6g98zkjawsfh68fpfi5a9y1")))
+ (hash (base32 "179x1fqgi3drg1q1xy0648hvy7cpc79yzn2r248rq4mprvbz3qhz")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.2)))
- branch master updated (e36a914878 -> fe445aa9f4), guix-commits, 2023/03/15
- 01/07: gnu: linux-libre: Update to 6.2.6.,
guix-commits <=
- 03/07: gnu: linux-libre 5.15: Update to 5.15.102., guix-commits, 2023/03/15
- 02/07: gnu: linux-libre 6.1: Update to 6.1.19., guix-commits, 2023/03/15
- 04/07: gnu: linux-libre 5.10: Update to 5.10.174., guix-commits, 2023/03/15
- 06/07: gnu: linux-libre 4.19: Update to 4.19.277., guix-commits, 2023/03/15
- 05/07: gnu: linux-libre 5.4: Update to 5.4.236., guix-commits, 2023/03/15
- 07/07: gnu: linux-libre 4.14: Update to 4.14.309., guix-commits, 2023/03/15