diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-03-04 15:24:13 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-03-12 16:18:18 -0700 |
| commit | df3dbf05e7483e256b248aaf16dd1973504386c3 (patch) | |
| tree | fcf08ff43b7df04ce6c0825357d968fed2861b4e | |
| parent | 8d7155fcade6eba885459be4946b3feec162ea3a (diff) | |
gnu: linux-libre 5.10: Update to 5.10.252.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.252.
(linux-libre-5.10-pristine-source): Update hash.
Change-Id: I564813b80fca705cda0d27972d556261d12bb0a0
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 735457d74c9..0ddbd70c896 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -624,7 +624,7 @@ 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.251") +(define-public linux-libre-5.10-version "5.10.252") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts @@ -634,7 +634,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "00ac9gzidby7b82s2prq4c3w99a077f5li4v4yq8gdg3zqjpd1g6"))) + (hash (base32 "1yqa4zmvi5ihf50kxcff06abfi6xw0b9ajzagvy6gdzfr7igpcrl"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10))) |
