summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-08-30 18:57:22 -0400
committerLeo Famulari <leo@famulari.name>2025-09-01 21:51:07 -0400
commit86a5ccb6fb47d1b4989697ec1c2ea8531b3936d0 (patch)
tree5d57fc61126434b682537a018cb65112ae6a07d5 /gnu/packages/linux.scm
parent7bf4e6b308e6304584b1007562c7c3dcc4771692 (diff)
gnu: linux-libre 5.4: Update to 5.4.297.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.297. (linux-libre-5.4-pristine-source): Update hash. Change-Id: I25ac8d8662b0617267fe3810b42dcbd6eb27c0ae
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 17cf0045aeb..fbee3639517 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -620,7 +620,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.296")
+(define-public linux-libre-5.4-version "5.4.297")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -630,7 +630,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 "0fm73yqzbzclh2achcj8arpg428d412k2wgmlfmyy6xzb1762qrx")))
+ (hash (base32 "0hd8x32xgvj4qnc6cls0q21zfgvxxfz7xhbwgl48hxfggbmgq37i")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))