guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 94b479746cc44d943ff6d19b3324c586d377dfce
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Fri Jun 19 16:32:40 2026 -0700
gnu: linux-libre 7.0: Update to 7.0.13.
* gnu/packages/linux.scm (linux-libre-7.0-version): Update to 7.0.13.
(linux-libre-7.0-pristine-source): Update hash.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 591986032d..a90326b5a9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -529,7 +529,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; The current "mainline" kernel.
-(define-public linux-libre-7.0-version "7.0.12")
+(define-public linux-libre-7.0-version "7.0.13")
(define-public linux-libre-7.0-gnu-revision "gnu")
(define deblob-scripts-7.0
(linux-libre-deblob-scripts
@@ -539,7 +539,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0a7572zw5y3k4gs4p3h5w0s9bhd63pdjxz6vxbr96sq6r8b6k02n")))
(define-public linux-libre-7.0-pristine-source
(let ((version linux-libre-7.0-version)
- (hash (base32 "1nk5lans9qg1avmmcwyadfps43d3hyjz9a5gjyvsc77w3sjckvap")))
+ (hash (base32 "04wrz38ldls7pv1yxa1m7p2hqn1731l93xnz93fs7b0nyz8fv09w")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-7.0)))