diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-08-20 10:20:58 -0700 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-08-27 00:04:34 -0700 |
| commit | fc3eb95c1f8d9e8edb2795d3d4ad2b518b0b4420 (patch) | |
| tree | 3101537bba8979f7434fe89d9fa88114fa4274ed /gnu/packages/linux.scm | |
| parent | a13d18ea5171e31602290a3add865fe3f623f27b (diff) | |
gnu: linux-libre 6.18: Update to 6.18.45.
* gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.45.
(linux-libre-6.18-pristine-source): Update hash.
(deblob-scripts-6.18): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
| -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 9111f7e806a..5fee9b099af 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -569,17 +569,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 569 | ;; Here are the support timelines: | 569 | ;; Here are the support timelines: |
| 570 | ;; <https://www.kernel.org/category/releases.html> | 570 | ;; <https://www.kernel.org/category/releases.html> |
| 571 | 571 | ||
| 572 | (define-public linux-libre-6.18-version "6.18.44") | 572 | (define-public linux-libre-6.18-version "6.18.45") |
| 573 | (define-public linux-libre-6.18-gnu-revision "gnu") | 573 | (define-public linux-libre-6.18-gnu-revision "gnu") |
| 574 | (define deblob-scripts-6.18 | 574 | (define deblob-scripts-6.18 |
| 575 | (linux-libre-deblob-scripts | 575 | (linux-libre-deblob-scripts |
| 576 | linux-libre-6.18-version | 576 | linux-libre-6.18-version |
| 577 | linux-libre-6.18-gnu-revision | 577 | linux-libre-6.18-gnu-revision |
| 578 | (base32 "1piyq7183bdf169w66k62yr1vbs0ls7pqx3cyyk7hisw8vhy643j") | 578 | (base32 "1x5szxc5d20jq8j5wzqqwk4jagc1q9kdhi2xvry7zbwy6cxskw52") |
| 579 | (base32 "0yk2c643d2gykwbl3cibgwr9aaqrfg9m3q9xgha98yy4vzcyqbhr"))) | 579 | (base32 "0yk2c643d2gykwbl3cibgwr9aaqrfg9m3q9xgha98yy4vzcyqbhr"))) |
| 580 | (define-public linux-libre-6.18-pristine-source | 580 | (define-public linux-libre-6.18-pristine-source |
| 581 | (let ((version linux-libre-6.18-version) | 581 | (let ((version linux-libre-6.18-version) |
| 582 | (hash (base32 "0hqd4izrmabjcp22z7h8zrxxp1r2azz78la0j0nfha38y0wdjwhg"))) | 582 | (hash (base32 "0cxbvrb43mqxjmxyz2i7n5xghrk4gx7n24js2an199lwaxb4myih"))) |
| 583 | (make-linux-libre-source version | 583 | (make-linux-libre-source version |
| 584 | (%upstream-linux-source version hash) | 584 | (%upstream-linux-source version hash) |
| 585 | deblob-scripts-6.18))) | 585 | deblob-scripts-6.18))) |
