aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2023-11-28 21:39:43 +0100
committerLeo Famulari <leo@famulari.name>2023-07-23 22:26:06 -0400
commit360569d496a22475a96ab23b30a8d9ce34ae088d (patch)
treeae8f66423703d4cc31054b5a3ce460e1a973ab89 /gnu
parent84291d1215b242a385ea2c5b5f92431c1b0df533 (diff)
downloadguix-360569d496a22475a96ab23b30a8d9ce34ae088d.tar
guix-360569d496a22475a96ab23b30a8d9ce34ae088d.tar.gz
gnu: linux-libre 6.5: Update to 6.5.13.
* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.13. (linux-libre-6.5-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I23b6d7dae699b6a07afdd39bb47ddbd3ec29aaeb
Diffstat (limited to 'gnu')
-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 e5a6d858dc..5946d61702 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -508,7 +508,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
-(define-public linux-libre-6.5-version "6.5.12")
+(define-public linux-libre-6.5-version "6.5.13")
(define-public linux-libre-6.5-gnu-revision "gnu")
(define deblob-scripts-6.5
(linux-libre-deblob-scripts
@@ -518,7 +518,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "066z5lw5vrfayhv23hpfcm6fh6b7zmn2v13kfv1g3z3jl1wblhfh")))
(define-public linux-libre-6.5-pristine-source
(let ((version linux-libre-6.5-version)
- (hash (base32 "17rmkzxszp2jg1zx2mmdcy30ffrsd0qms513sxd14klp5k9w2saa")))
+ (hash (base32 "1dfbbydmayfj9npx3z0g38p574pmcx3qgs49dv0npigl48wd9yvq")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.5)))