[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: linux-libre 6.6: Update to 6.6.33.
From: |
guix-commits |
Subject: |
02/03: gnu: linux-libre 6.6: Update to 6.6.33. |
Date: |
Sat, 15 Jun 2024 16:49:16 -0400 (EDT) |
lfam pushed a commit to branch kernel-updates
in repository guix.
commit 3d40f7227335dc0b95be9a8380f208ca944d3ca3
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Thu Jun 13 09:42:25 2024 +0200
gnu: linux-libre 6.6: Update to 6.6.33.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.33.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Change-Id: Icb7e3a018d4608b241c2367f6f6f119d15a4ffec
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 21517a47e1..507c9c3e00 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,17 +547,17 @@ 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.32")
+(define-public linux-libre-6.6-version "6.6.33")
(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 "1a28pdl645bj4d8gac71dmwmll6a2kgd3k7gkpfvi94yqkzd9r2z")
- (base32 "0g45msp8l6hm8b9yq1rp03wab3ssahm5z3zflkspi16d42ikm793")))
+ (base32 "05ypqx1sz54yhb8jyxphvg5pwgb2cnzb4zqqaiyyywpqsrnya9kq")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "1qbc8dqmk2xs1cz968rysw5xvhq3lj8g0pxp48fr2qbzy3m29a5a")))
+ (hash (base32 "15yy80dwis74gmmamnnn8kayak3am15gg6llk4k74x9avhhbqgm1")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))