summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-03-14 14:55:01 -0400
committerLeo Famulari <leo@famulari.name>2025-03-16 14:43:03 -0400
commit3d09915b4164b8a04f4c6b75cff90f973cc8ceec (patch)
tree1289d698ac1eaa744324d106c80c9c62537acaae /gnu/packages/linux.scm
parentf366441a0e91e9d8709e0d783cd2dd1d5fe68a44 (diff)
gnu: linux-libre 5.4: Update to 5.4.291.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.291. (linux-libre-5.4-pristine-source): Update hash. Change-Id: Id2dd6a98f36df1d046016c52f2143ff9e77288e7
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 91a8a31b474..2282731edf6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -607,7 +607,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.290")
+(define-public linux-libre-5.4-version "5.4.291")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -617,7 +617,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1q1wcslpwpwsnwzbddjdc0qv2h89492skyw2zsjyb4rpz41s66mg")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "0mm4q8f6kbqddy4zaxjf5xyqpnla5qprvsf7v3vq01gmlzr3rivc")))
+ (hash (base32 "0vpgb3lmhgv5iw9b1z0kqr6vdv44if49marfp5858z3a8yj69bdk")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))