summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-05-25 23:36:55 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-05-26 20:41:41 -0700
commitc1b36b6524b66bbac87ca373a72f67a19a32db43 (patch)
tree5f650bd5a36a51c93ede4a0eee47bf1aadc204bc /gnu
parente7c2bd4d4929df1c01dbf1e900535a8baf7afeb7 (diff)
gnu: linux-libre 5.10: Update to 5.10.257.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.257. (linux-libre-5.10-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 a14956566be..e899a1c9b1a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -642,7 +642,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
642 (%upstream-linux-source version hash) 642 (%upstream-linux-source version hash)
643 deblob-scripts-5.15))) 643 deblob-scripts-5.15)))
644 644
645(define-public linux-libre-5.10-version "5.10.255") 645(define-public linux-libre-5.10-version "5.10.257")
646(define-public linux-libre-5.10-gnu-revision "gnu1") 646(define-public linux-libre-5.10-gnu-revision "gnu1")
647(define deblob-scripts-5.10 647(define deblob-scripts-5.10
648 (linux-libre-deblob-scripts 648 (linux-libre-deblob-scripts
@@ -652,7 +652,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
652 (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7"))) 652 (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7")))
653(define-public linux-libre-5.10-pristine-source 653(define-public linux-libre-5.10-pristine-source
654 (let ((version linux-libre-5.10-version) 654 (let ((version linux-libre-5.10-version)
655 (hash (base32 "19v6g2fq4nqv38irlcd9x14s6d398c56mxzpyc03q4xmpy3v6mir"))) 655 (hash (base32 "1lghcrxc1fqarvym03jrcda2a3labc887ci9yjqgbmv3nphzvc88")))
656 (make-linux-libre-source version 656 (make-linux-libre-source version
657 (%upstream-linux-source version hash) 657 (%upstream-linux-source version hash)
658 deblob-scripts-5.10))) 658 deblob-scripts-5.10)))