diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-03-29 14:26:54 +0200 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-04-02 12:51:32 -0700 |
| commit | 664c987bc92d624979d09d5ae93a031e4be14855 (patch) | |
| tree | 8bb829519b78e623524164bf9dab7941618be5f6 | |
| parent | 62d65df96a37b04c9299953bdf64d17659cad279 (diff) | |
gnu: linux-libre 6.12: Update to 6.12.79.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.79.
(linux-libre-6.12-pristine-source): Update hash.
(deblob-scripts-6.12): Update deblob-check hash.
Change-Id: I82d19262cd4a8dd37a557a468e719799f39fe2b2
| -rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 62a97fa6474..348cb73696b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -565,17 +565,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 565 | ;; Here are the support timelines: | 565 | ;; Here are the support timelines: |
| 566 | ;; <https://www.kernel.org/category/releases.html> | 566 | ;; <https://www.kernel.org/category/releases.html> |
| 567 | 567 | ||
| 568 | (define-public linux-libre-6.12-version "6.12.77") | 568 | (define-public linux-libre-6.12-version "6.12.79") |
| 569 | (define-public linux-libre-6.12-gnu-revision "gnu") | 569 | (define-public linux-libre-6.12-gnu-revision "gnu") |
| 570 | (define deblob-scripts-6.12 | 570 | (define deblob-scripts-6.12 |
| 571 | (linux-libre-deblob-scripts | 571 | (linux-libre-deblob-scripts |
| 572 | linux-libre-6.12-version | 572 | linux-libre-6.12-version |
| 573 | linux-libre-6.12-gnu-revision | 573 | linux-libre-6.12-gnu-revision |
| 574 | (base32 "168aykyvyyp34549hqhlprl0n052q8wdb2y3vyxqw40wpf2vw3ln") | 574 | (base32 "168aykyvyyp34549hqhlprl0n052q8wdb2y3vyxqw40wpf2vw3ln") |
| 575 | (base32 "1v6glxf94p9z0yq5m102jwcpyh6anpbp3h8wwff9hxlfy2wdlzzk"))) | 575 | (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) |
| 576 | (define-public linux-libre-6.12-pristine-source | 576 | (define-public linux-libre-6.12-pristine-source |
| 577 | (let ((version linux-libre-6.12-version) | 577 | (let ((version linux-libre-6.12-version) |
| 578 | (hash (base32 "0rzz5hdixa5xmr99gja3xr9nxgpmrpxyg4llmvkl3vyawpmkd21m"))) | 578 | (hash (base32 "02vrl0m5iw4jiyhpcni2l8kcfzq279s69yagrdz5sany6cgpbyjb"))) |
| 579 | (make-linux-libre-source version | 579 | (make-linux-libre-source version |
| 580 | (%upstream-linux-source version hash) | 580 | (%upstream-linux-source version hash) |
| 581 | deblob-scripts-6.12))) | 581 | deblob-scripts-6.12))) |
