diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-04-04 16:08:11 +0200 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-04-06 21:24:22 -0700 |
| commit | 8a4b8fbbd53a2efab4b298998c407d9a3c72c260 (patch) | |
| tree | 11adadee67809ccf4655c5a907ff8e60452cfb3b /gnu/packages/linux.scm | |
| parent | fadd4190d15c9b4ecf283330667835e8925f2705 (diff) | |
gnu: linux-libre 6.12: Update to 6.12.80.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.80.
(linux-libre-6.12-pristine-source): Update hash.
Change-Id: Ife8bc24950b628b99900be0ed4d29fac4181f374
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 088eecee12b..e246c44ffa6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -565,7 +565,7 @@ 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.79") | 568 | (define-public linux-libre-6.12-version "6.12.80") |
| 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 |
| @@ -575,7 +575,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 575 | (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) | 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 "02vrl0m5iw4jiyhpcni2l8kcfzq279s69yagrdz5sany6cgpbyjb"))) | 578 | (hash (base32 "0lrylj87bb8ky29pbplpncrfhmgqqbq3d49iqgdwv7p7jvc929f9"))) |
| 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))) |
