[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: linux-libre 6.6: Update to 6.6.15.
From: |
guix-commits |
Subject: |
02/03: gnu: linux-libre 6.6: Update to 6.6.15. |
Date: |
Mon, 5 Feb 2024 21:06:43 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 1c47327b2e4b0a370d52f5c07a2b974e25354d6c
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Thu Feb 1 16:09:22 2024 +0100
gnu: linux-libre 6.6: Update to 6.6.15.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.15.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I9c744e41241d083baf20d2004bb3ee445cd0a0a9
---
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 f18c2ffaa6..ec2cd58753 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,17 +513,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.14")
+(define-public linux-libre-6.6-version "6.6.15")
(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 "0g8m0rb15b0231dv8ji456s75a67szsaim71may3yprplycz6pav")
+ (base32 "1qm8f3fq4yx59f7b6yky5ryyf229ypxnry922sr8cy0s7mp62cmv")
(base32 "0kavbby960k7wg355p3hjb9v1c4gnk8dv3lkfhpz44ayhv7kihg5")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "110mz8fjlg1j9wnhhq2ik5alayhf61adajd8jqmcsqprncnnpsgv")))
+ (hash (base32 "1ajzby6isqji1xlp660m4qj2i2xs003vsjp1jspziwl7hrzhqadb")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))