1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: linux-libre 6.6: Update to 6.6.132.

* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.132.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: If7952da109d9a666f180d6baa2b2082f4c5e4241
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
Wilko Meyer
2026-04-04 16:08:32 +02:00
committed by Vagrant Cascadian
parent 862fdaae31
commit e88e726d67

View File

@@ -580,7 +580,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.12)))
(define-public linux-libre-6.6-version "6.6.130")
(define-public linux-libre-6.6-version "6.6.132")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -590,7 +590,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0xp9b2vkrb0g0rn4i33b59rhp4sgh1dbwzk28vwz7kwac6l5rcpi")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
(hash (base32 "139480lyi3if8pd2j3yld5a01lk7113kbcn2kxpzyk29p5kslq14")))
(hash (base32 "1d1fdd5wpphlm68yb16csaaijv0lf38ynl3gpvvdspsg22xjpdn5")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))