1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-12 17:11:29 +02:00

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.
This commit is contained in:
Vagrant Cascadian
2026-01-24 03:49:36 +00:00
parent f48845a644
commit fbc56e07de
+3 -3
View File
@@ -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)))