guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 82babe159d86822e65045125c8c6711edb228642
Author: Leo Famulari <[email protected]>
AuthorDate: Thu Sep 11 22:03:00 2025 -0400
gnu: linux-libre 5.4: Update to 5.4.299.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.299.
(linux-libre-5.4-pristine-source): Update hash.
Change-Id: I38ac74de4ac3dbbfa0e4fd9689af78cbc83caa02
---
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 cac472d441..cb4db5a3f4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -635,7 +635,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
-(define-public linux-libre-5.4-version "5.4.298")
+(define-public linux-libre-5.4-version "5.4.299")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -645,7 +645,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0l7pwhgw9laxfypcpqlz411x3hybcw2269abh3lpcw96bgv5m1k2")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "1rp40i2y5w8mw3126q24yfziqa30qfaddw40cig1xp5s3bnkn5h1")))
+ (hash (base32 "0bdzy3bpywm24nx73ah9smwmmlmyhvlf5xcp2kk1z54dxfp9bpl8")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))