summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-07-29 17:58:08 -0400
committerVagrant Cascadian <vagrant@debian.org>2025-08-07 10:05:27 -0700
commit7d81ee17b993eadbb5819405ae97f542b6f8693c (patch)
tree2af7c9b9920216661f2517e5d35ed30e9147640d /gnu/packages/linux.scm
parentfc7f8f160e132cee406cb40e19da0d96f1cd3d78 (diff)
gnu: linux-libre 5.4: Update to 5.4.296.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.296. (linux-libre-5.4-pristine-source): Update hash. Change-Id: Ief6895c2ea19802ef4335ecc7d4ab3e5ccae292b Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/linux.scm')
-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 f7859cbba26..105240aa98f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -623,7 +623,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.295")
+(define-public linux-libre-5.4-version "5.4.296")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -633,7 +633,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 "1adn0pbk8y1zp1yrz83ch6h4wypm2qvbnx4xig3sls2nfgvmi0f4")))
+ (hash (base32 "0fm73yqzbzclh2achcj8arpg428d412k2wgmlfmyy6xzb1762qrx")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))