aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-05-04 14:27:48 -0400
committerLeo Famulari <leo@famulari.name>2025-05-05 22:09:30 -0400
commite79198acd839d573af643b550d6b95818acb5768 (patch)
treeba65bccf6d05931b4a3496da9772db6e2c631745
parenteab097c682ed31efd8668f46fce8de8f73b92849 (diff)
downloadguix-e79198acd839d573af643b550d6b95818acb5768.tar.gz
guix-e79198acd839d573af643b550d6b95818acb5768.zip
gnu: linux-libre 6.14: Update to 6.14.5.
* gnu/packages/linux.scm (linux-libre-6.14-version): Update to 6.14.5. (linux-libre-6.14-pristine-source): Update hash. Change-Id: I6e81210e7237dabef9eff430ba9920ef3d501b1d
-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 5903d4e7c1..de71456738 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-6.14-version "6.14.4")
+(define-public linux-libre-6.14-version "6.14.5")
(define-public linux-libre-6.14-gnu-revision "gnu")
(define deblob-scripts-6.14
(linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1wx8f0fx71sr506j655i7mr9xrc4fpw96d3fdgfivjsxlcrwfpnk")))
(define-public linux-libre-6.14-pristine-source
(let ((version linux-libre-6.14-version)
- (hash (base32 "0fak7y9dr5rxzmi4m545kz7pyk2c91dkj4k7i2jgnl80ga6z4lll")))
+ (hash (base32 "02gl4hdxzijyyk57jsr85grdkxs2yi2gkvqa043kbamy5g2pw818")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.14)))