summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-10-31 13:44:22 -0400
committerLeo Famulari <leo@famulari.name>2025-11-03 20:57:16 -0500
commita16a4c844dbecbb35506cd83162e940bc66ad31a (patch)
treee60c8189d346515a8b895df5c012d3407e7f8949 /gnu/packages
parent64524c7df1448d4642d33d1ef9d50db572110dfa (diff)
gnu: linux-libre 5.4: Update to 5.4.301.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.301. (linux-libre-5.4-pristine-source): Update hash. Change-Id: I9b7769fda6e68d04b7ac960357f1a090ed4e5fa9
Diffstat (limited to 'gnu/packages')
-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 3ccd16d7aa2..f5c3ee0fcbc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -638,7 +638,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.300")
+(define-public linux-libre-5.4-version "5.4.301")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -648,7 +648,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 "0nl1l689d4jq2l39v816yy7z5lzc5dvv8aqn85xlv4najc022jcr")))
+ (hash (base32 "0qkra8ci2mx5p8ngdys2ixsl9s30qdqlq027pr5p3rk0s1k8fwdp")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))