[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: linux-libre 6.6: Update to 6.6.59.
From: |
guix-commits |
Subject: |
02/04: gnu: linux-libre 6.6: Update to 6.6.59. |
Date: |
Sun, 3 Nov 2024 21:23:50 -0500 (EST) |
lfam pushed a commit to branch kernel-updates
in repository guix.
commit eb9b7dbd4c61e1ccee5eeb7f2760b478f9e62a2e
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Fri Nov 1 23:44:49 2024 +0100
gnu: linux-libre 6.6: Update to 6.6.59.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.59.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I912018083233a3318dd514bedd048548f88a804b
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 3079ddad88..568c263c5b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -546,7 +546,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.6-version "6.6.58")
+(define-public linux-libre-6.6-version "6.6.59")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -556,7 +556,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "1x3455v7sfzakq99ydifh65yzvjzrw06p2lchwb6902yzqbnh786")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "1nwrd017l5m4w12yrcf31y3g0l9xqm5b0fzcqdgan3ypi3jq3pz7")))
+ (hash (base32 "0vd76ccd4li4wsg04gc4nai9f4y1nknz967qby0i53y0v046hq93")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))