summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-09-04 10:50:22 -0400
committerLeo Famulari <leo@famulari.name>2025-09-07 17:08:26 -0400
commitcc4702ddbfced5ffe1bb1081ce5341cf6d8a743d (patch)
treeddaed44b8f0c28f168bcb8cc35a5b1712c567586 /gnu
parentd0714f82a97c09af8362a5a820e416d84577f598 (diff)
gnu: linux-libre 5.4: Update to 5.4.298.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.298. (linux-libre-5.4-pristine-source): Update hash. Change-Id: Ia9dfa9dc5e9c718797affbbf6044463a775e73b5
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 38d5092417c..9d712bd48de 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.297")
+(define-public linux-libre-5.4-version "5.4.298")
(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 "0hd8x32xgvj4qnc6cls0q21zfgvxxfz7xhbwgl48hxfggbmgq37i")))
+ (hash (base32 "1rp40i2y5w8mw3126q24yfziqa30qfaddw40cig1xp5s3bnkn5h1")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))