[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: linux-libre 6.6: Update to 6.6.19.
From: |
guix-commits |
Subject: |
02/08: gnu: linux-libre 6.6: Update to 6.6.19. |
Date: |
Sun, 3 Mar 2024 15:13:13 -0500 (EST) |
lfam pushed a commit to branch kernel-updates
in repository guix.
commit 7d3227b63aafd41ea54792c87fa4628fed673eea
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Fri Mar 1 18:50:42 2024 +0100
gnu: linux-libre 6.6: Update to 6.6.19.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.19.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Change-Id: I675043d5a7d7a58046c5c4883baf602997ab894c
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 09d424ce78..d2b51f15e8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -515,17 +515,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.6-version "6.6.18")
+(define-public linux-libre-6.6-version "6.6.19")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
linux-libre-6.6-version
linux-libre-6.6-gnu-revision
(base32 "1qm8f3fq4yx59f7b6yky5ryyf229ypxnry922sr8cy0s7mp62cmv")
- (base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5")))
+ (base32 "014w19b9igdy3rpwrqn21why151zlc9hdx2b1qvdkjsbz6smx3lp")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "07cv97l5jiakmmv35n0ganvqfr0590b02f3qb617qkx1zg2xhhsf")))
+ (hash (base32 "16hk8y3pw40hahhpnpxjwhprq6hlblavr45pglpb3d62f9mpwqxm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
- branch kernel-updates created (now aa40288692), guix-commits, 2024/03/03
- 02/08: gnu: linux-libre 6.6: Update to 6.6.19.,
guix-commits <=
- 01/08: gnu: linux-libre 6.7: Update to 6.7.7., guix-commits, 2024/03/03
- 07/08: gnu: linux-libre 4.19: Update to 4.19.308., guix-commits, 2024/03/03
- 08/08: gnu: Update the default linux-libre package to the 6.7 series., guix-commits, 2024/03/03
- 05/08: gnu: linux-libre 5.10: Update to 5.10.211., guix-commits, 2024/03/03
- 04/08: gnu: linux-libre 5.15: Update to 5.15.150., guix-commits, 2024/03/03
- 06/08: gnu: linux-libre 5.4: Update to 5.4.270., guix-commits, 2024/03/03
- 03/08: gnu: linux-libre 6.1: Update to 6.1.80., guix-commits, 2024/03/03