summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-07-30 12:15:25 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-02 19:15:14 -0700
commitb65d257ed37a746ac9e19409420c2650f34e4285 (patch)
tree4c0efae63b88c4c2a3819fdb8bc5ba3ccf4d93ea
parent4c0ef7deb26f68574acf9c4bfb35d2393af8be86 (diff)
gnu: linux-libre 5.10: Update to 5.10.262.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.262. (linux-libre-5.10-pristine-source): Update hash.
-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 a6e8d7c5a91..f353f9f86ce 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -658,7 +658,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
658 (%upstream-linux-source version hash) 658 (%upstream-linux-source version hash)
659 deblob-scripts-5.15))) 659 deblob-scripts-5.15)))
660 660
661(define-public linux-libre-5.10-version "5.10.260") 661(define-public linux-libre-5.10-version "5.10.262")
662(define-public linux-libre-5.10-gnu-revision "gnu1") 662(define-public linux-libre-5.10-gnu-revision "gnu1")
663(define deblob-scripts-5.10 663(define deblob-scripts-5.10
664 (linux-libre-deblob-scripts 664 (linux-libre-deblob-scripts
@@ -668,7 +668,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
668 (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7"))) 668 (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7")))
669(define-public linux-libre-5.10-pristine-source 669(define-public linux-libre-5.10-pristine-source
670 (let ((version linux-libre-5.10-version) 670 (let ((version linux-libre-5.10-version)
671 (hash (base32 "113bka32apz5pfqjfnv97k9hf9arkn5asfcd6cw7snsh65qjka27"))) 671 (hash (base32 "10xlfmblynqcba5ab4h75p7pzqcbm34cbhrx19pkircpkf5dmrzs")))
672 (make-linux-libre-source version 672 (make-linux-libre-source version
673 (%upstream-linux-source version hash) 673 (%upstream-linux-source version hash)
674 deblob-scripts-5.10))) 674 deblob-scripts-5.10)))