guix_mirror_bot pushed a commit to branch master
in repository guix.
commit fbc56e07dee566fa53626e1b0414bedab9248fab
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Sat Jan 24 03:49:36 2026 +0000
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.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b688ba42b7..e36e76ed35 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)))