summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilko Meyer <[email protected]>2024-07-26 00:05:46 +0200
committerLeo Famulari <[email protected]>2024-07-29 23:20:05 -0400
commit1e407ed2ba6527944948b8f5213f32e00439fee9 (patch)
tree4a25af217bf55baabfd2be1d36b7dee4ba39f32d
parent93e19067b4428e41c281eebe19746ea253591aad (diff)
gnu: linux-libre 6.9: Update to 6.9.11.
* gnu/packages/linux.scm (linux-libre-6.9-version): Update to 6.9.11. (linux-libre-6.9-pristine-source): Update hash. Change-Id: I1a400cd4abecca2e1c6344353ede1e7b5be75d7b Signed-off-by: Leo Famulari <[email protected]>
-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 835949158c..62d4ddfd75 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 "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-6.9-version "6.9.10")
+(define-public linux-libre-6.9-version "6.9.11")
(define-public linux-libre-6.9-gnu-revision "gnu")
(define deblob-scripts-6.9
(linux-libre-deblob-scripts
@@ -539,7 +539,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "18vfz1fx4vjssfh1w7aqfjf91y2g34a2qnzbl9pyawa7qnqxq33n")))
(define-public linux-libre-6.9-pristine-source
(let ((version linux-libre-6.9-version)
- (hash (base32 "18adcli0pazz7x62ws4hrj64prs6fmxln3p3xaii6zd6bwrjxlgg")))
+ (hash (base32 "1q8kyn9cxc1ykf3cvifmfqk2p2p4x53l7h704hh92gichgh89pyy")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.9)))