[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: linux-libre 6.9: Update to 6.9.12.
From: |
guix-commits |
Subject: |
02/08: gnu: linux-libre 6.9: Update to 6.9.12. |
Date: |
Thu, 1 Aug 2024 23:49:07 -0400 (EDT) |
lfam pushed a commit to branch kernel-updates
in repository guix.
commit 8276f708307a6a40cbf2dd44bb247b8b4944b7e6
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Sat Jul 27 15:19:47 2024 +0200
gnu: linux-libre 6.9: Update to 6.9.12.
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.12.
(linux-libre-6.9-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Ie082b7c6648052d63fa7ce38aa789ed9c20742d7
---
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 c25d4cdb54..2016d62ea9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -530,7 +530,7 @@ 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.9-version "6.9.11")
+(define-public linux-libre-6.9-version "6.9.12")
(define-public linux-libre-6.9-gnu-revision "gnu")
(define deblob-scripts-6.9
(linux-libre-deblob-scripts
@@ -540,7 +540,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "18vfz1fx4vjssfh1w7aqfjf91y2g34a2qnzbl9pyawa7qnqxq33n")))
(define-public linux-libre-6.9-pristine-source
(let ((version linux-libre-6.9-version)
- (hash (base32 "1q8kyn9cxc1ykf3cvifmfqk2p2p4x53l7h704hh92gichgh89pyy")))
+ (hash (base32 "08ngskni7d9wi93vlwcmbdg7sb2jl1drhhzn62k9nsrg1r7crrss")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.9)))
- branch kernel-updates created (now 48d9cf7631), guix-commits, 2024/08/01
- 01/08: gnu: linux-libre 6.10: Update to 6.10.2., guix-commits, 2024/08/01
- 02/08: gnu: linux-libre 6.9: Update to 6.9.12.,
guix-commits <=
- 04/08: gnu: linux-libre 6.1: Update to 6.1.102., guix-commits, 2024/08/01
- 06/08: gnu: linux-libre 5.10: Update to 5.10.223., guix-commits, 2024/08/01
- 08/08: gnu: linux-libre 4.19: Update to 4.19.319., guix-commits, 2024/08/01
- 03/08: gnu: linux-libre 6.6: Update to 6.6.43., guix-commits, 2024/08/01
- 05/08: gnu: linux-libre 5.15: Update to 5.15.164., guix-commits, 2024/08/01
- 07/08: gnu: linux-libre 5.4: Update to 5.4.281., guix-commits, 2024/08/01