summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-01-24 03:49:36 +0000
committerVagrant Cascadian <vagrant@debian.org>2026-01-29 13:29:56 -0800
commitfbc56e07dee566fa53626e1b0414bedab9248fab (patch)
tree725b572cabe81d2d2bc807f9985532222c4d6cb2 /gnu/packages/linux.scm
parentf48845a644c958a3cbe7ae0556609954a0cfcf4d (diff)
gnu: linux-libre 5.10: Update to 5.10.248.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.248. (deblob-scripts-5.10): Update hash. (linux-libre-5.10-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b688ba42b76..e36e76ed359 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -608,17 +608,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
-(define-public linux-libre-5.10-version "5.10.247")
+(define-public linux-libre-5.10-version "5.10.248")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
linux-libre-5.10-version
linux-libre-5.10-gnu-revision
(base32 "1wn9k4lbxcc9rzl1rqidlnb472wyayillrh57gyxnghi7j9ghqna")
- (base32 "0r1whrfhhhjyvppiidhihcvyzcab6dva6g9a4div8jkxm62s2cq3")))
+ (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "037yv5lryfanpfbk3z60yfsx14nskgf386b6cfkbzn7wl5xvij3h")))
+ (hash (base32 "01g05n856c9q7m46dmn48pq7hfph4b1kpvrjvrykg8q4z7qy9rmm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))