diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-06 19:11:49 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-02-14 15:41:23 -0800 |
| commit | 04761b93944df880aeed748e8f4d4c4b73dfef6a (patch) | |
| tree | 261b4db0cfaa826184891f6b04e0f912670526c4 /gnu | |
| parent | c25a43b264d0b86c35d1f8f0d4e52187175aace9 (diff) | |
gnu: linux-libre 5.10: Update to 5.10.249.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.249.
(linux-libre-5.10-pristine-source): Update hash.
Change-Id: I13a73fe1c4f3845f06ad1465fd7f772f8fdd7059
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu')
| -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 fb42b064ca8..fbdb47c1af1 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.248") +(define-public linux-libre-5.10-version "5.10.249") (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 "01g05n856c9q7m46dmn48pq7hfph4b1kpvrjvrykg8q4z7qy9rmm"))) + (hash (base32 "0ihh9pjnaz3lq9my6yhlikacadc5lldsypifjcpm8j8i4qsfv45r"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10))) |
