summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-06-05 14:39:10 -0400
committerLeo Famulari <leo@famulari.name>2025-06-11 18:21:03 -0400
commit45cf6a1ac37dc395a2479cd5c196d753e7f9ccee (patch)
tree4aa92753a42bc6f855a399adc5563426ba05b530
parentf7a6108e5ef7f21e1c9ce923d969313793f392bf (diff)
gnu: linux-libre 5.4: Update to 5.4.294.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.294. (linux-libre-5.4-pristine-source): Update hash. Change-Id: I3f40f9755c088f40d0f27181fd1fd4512593dd1a
-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 874a342537..e24d33d1b2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -608,7 +608,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.293")
+(define-public linux-libre-5.4-version "5.4.294")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -618,7 +618,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 "0b9p8l6ndm75751f7s03rnxg7yg9c4pj9rb537lhsv6pqx096n1l")))
+ (hash (base32 "16bv0x4c9ssr66vrd6jnv2dw5na1y7hxfn4d67g0zaksh6xd0yf8")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))