diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-08-10 20:07:13 -0700 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-08-13 12:57:53 -0700 |
| commit | 1c2a3bf2d604c853c28259f69fac68336f73ae46 (patch) | |
| tree | 6af32dabf64fe99f09def95b2bf83fc53dad97c2 /gnu/packages/linux.scm | |
| parent | ce668d180b3270b158afca6b60e78aa1d39d014b (diff) | |
gnu: linux-libre 7.1: Update to 7.1.8.
* gnu/packages/linux.scm (linux-libre-7.1-version): Update to 7.1.8.
(linux-libre-7.1-pristine-source): Update hash.
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 ca9c2a0c298..01d0b6d73a9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -532,7 +532,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 532 | 532 | ||
| 533 | ;; The current "mainline" kernel. | 533 | ;; The current "mainline" kernel. |
| 534 | 534 | ||
| 535 | (define-public linux-libre-7.1-version "7.1.5") | 535 | (define-public linux-libre-7.1-version "7.1.8") |
| 536 | (define-public linux-libre-7.1-gnu-revision "gnu") | 536 | (define-public linux-libre-7.1-gnu-revision "gnu") |
| 537 | (define deblob-scripts-7.1 | 537 | (define deblob-scripts-7.1 |
| 538 | (linux-libre-deblob-scripts | 538 | (linux-libre-deblob-scripts |
| @@ -542,7 +542,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 542 | (base32 "0ab66phhdwhhhvhywiylhlsmqvw8ny4xyi7ap7xzzkqc7im8w1j9"))) | 542 | (base32 "0ab66phhdwhhhvhywiylhlsmqvw8ny4xyi7ap7xzzkqc7im8w1j9"))) |
| 543 | (define-public linux-libre-7.1-pristine-source | 543 | (define-public linux-libre-7.1-pristine-source |
| 544 | (let ((version linux-libre-7.1-version) | 544 | (let ((version linux-libre-7.1-version) |
| 545 | (hash (base32 "1rs162gcf6hsafrrmp3y8k9myn20s3s62xdp4zf39pxw7imik812"))) | 545 | (hash (base32 "0j9c88akklsdhivrlx7i0ccgzxcwcgp1zc6dzi65p79796sdq0gz"))) |
| 546 | (make-linux-libre-source version | 546 | (make-linux-libre-source version |
| 547 | (%upstream-linux-source version hash) | 547 | (%upstream-linux-source version hash) |
| 548 | deblob-scripts-7.1))) | 548 | deblob-scripts-7.1))) |
