summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-05-15 21:15:10 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-05-16 14:12:36 -0700
commit6180453020d3474265231e5ee90dd54b080596b4 (patch)
treea58c5847841fb72f4f86b00675d5757f445cf166 /gnu
parenta08c8a37b22b471209b7552f9ffb950af5ab6720 (diff)
gnu: linux-libre 7.0: Update to 7.0.8.
* gnu/packages/linux.scm (linux-libre-7.0-version): Update to 7.0.8. (linux-libre-7.0-pristine-source): Update hash.
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 c6ef4f2ebc..6221904243 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; The current "mainline" kernel.
-(define-public linux-libre-7.0-version "7.0.6")
+(define-public linux-libre-7.0-version "7.0.8")
(define-public linux-libre-7.0-gnu-revision "gnu")
(define deblob-scripts-7.0
(linux-libre-deblob-scripts
@@ -541,7 +541,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 "08vm18wx6399phzgr3wz94yga3ab4fyca79445ygvbspm904996b")))
+ (hash (base32 "08nbdmgy4bbpmjzkh6n4v3shksvxpcxhy8biv5w7qkwz5jrayi8r")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-7.0)))