diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-12 14:33:25 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-02-14 15:41:38 -0800 |
| commit | e7b18cf486aba17f148f17b04ef79a5bf607d045 (patch) | |
| tree | 1317e65e97e278d2875bde769d4e3a68cbf51603 /gnu/packages/linux.scm | |
| parent | db486d158c4c87b4a0a74fc496d92bece27305ec (diff) | |
gnu: linux-libre 6.12: Update to 6.12.70.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.70.
(linux-libre-6.12-pristine-source): Update hash.
Change-Id: I3379a022cf7534c1490ed062ce1e870779d0b993
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/linux.scm')
| -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 5451cbf7280..f0a984f9e0f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -549,7 +549,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; Here are the support timelines: ;; <https://www.kernel.org/category/releases.html> -(define-public linux-libre-6.12-version "6.12.69") +(define-public linux-libre-6.12-version "6.12.70") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts @@ -559,7 +559,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1wyfggr9q0f10yr3nxsvx3nd3wscp5145fgxw0ps0b09ckcyr2mi"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "0rbnbynhm7w4ig8snq97px4ljr5k4zq1a97jqhwk4w0qy9bkcjab"))) + (hash (base32 "1w1flq4phr3i51c85bz8d9a8cg780vn7dr29y4j4izyfv33wwk4v"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12))) |
