[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: linux-libre 6.9: Update to 6.9.1.
From: |
guix-commits |
Subject: |
02/10: gnu: linux-libre 6.9: Update to 6.9.1. |
Date: |
Sun, 26 May 2024 01:09:41 -0400 (EDT) |
lfam pushed a commit to branch kernel-updates
in repository guix.
commit 4e0c8860aa9fe4a06c935fb916aac03ede39c055
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Fri May 17 14:38:22 2024 +0200
gnu: linux-libre 6.9: Update to 6.9.1.
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.1.
(linux-libre-6.9-pristine-source): Update hash.
Change-Id: I9fc5ff4949e5676d8301df2363bf937b2e4767e5
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 153243b2c8..6bea904512 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -503,7 +503,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; The current "mainline" kernel.
-(define-public linux-libre-6.9-version "6.9")
+(define-public linux-libre-6.9-version "6.9.1")
(define-public linux-libre-6.9-gnu-revision "gnu")
(define deblob-scripts-6.9
(linux-libre-deblob-scripts
@@ -513,7 +513,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0a8ikg2b4q6xkd3pnzvd777ngrx74by7l13q7jg4n88myfxqk9xb")))
(define-public linux-libre-6.9-pristine-source
(let ((version linux-libre-6.9-version)
- (hash (base32 "0jc14s7z2581qgd82lww25p7c4w72scpf49z8ll3wylwk3xh3yi4")))
+ (hash (base32 "0jn0qp22vx7xf2mgaj7cwf8agqhahvrwlda4ak6rw67xk2x19d01")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.9)))
- branch kernel-updates created (now 0b418d079f), guix-commits, 2024/05/26
- 02/10: gnu: linux-libre 6.9: Update to 6.9.1.,
guix-commits <=
- 01/10: gnu: Add linux-libre 6.9., guix-commits, 2024/05/26
- 06/10: gnu: linux-libre 6.1: Update to 6.1.92., guix-commits, 2024/05/26
- 03/10: gnu: linux-libre 6.9: Update to 6.9.2., guix-commits, 2024/05/26
- 08/10: gnu: linux-libre 5.10: Update to 5.10.218., guix-commits, 2024/05/26
- 04/10: gnu: linux-libre-6.8: Update to 6.8.11., guix-commits, 2024/05/26
- 09/10: gnu: linux-libre 5.4: Update to 5.4.277., guix-commits, 2024/05/26
- 05/10: gnu: linux-libre 6.6: Update to 6.6.32., guix-commits, 2024/05/26
- 10/10: gnu: linux-libre 4.19: Update to 4.19.315., guix-commits, 2024/05/26
- 07/10: gnu: linux-libre 5.15: Update to 5.15.160., guix-commits, 2024/05/26