diff options
| author | Leo Famulari <leo@famulari.name> | 2025-05-30 01:26:24 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-05-31 20:05:45 -0400 |
| commit | dfa10bfcd2b94cd7963f21679e1d75bafb251937 (patch) | |
| tree | caeacf2602aca0325947695cfce68b2180ffe8e7 /gnu | |
| parent | fd1d786e4574854093f31f52a7898560a609304a (diff) | |
gnu: linux-libre: Update to 6.14.9.
* gnu/packages/linux.scm (linux-libre-6.14-version): Update to 6.14.9.
(linux-libre-6.14-pristine-source, deblob-scripts-6.14): Update hashes.
Change-Id: I80b4c00caf04c6417c131d67a5d7881933b60087
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2d7c6f2d787..9c1522e1f44 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -513,17 +513,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 513 | ;; The current "stable" kernels. That is, the most recently released major | 513 | ;; The current "stable" kernels. That is, the most recently released major |
| 514 | ;; versions that are still supported upstream. | 514 | ;; versions that are still supported upstream. |
| 515 | 515 | ||
| 516 | (define-public linux-libre-6.14-version "6.14.8") | 516 | (define-public linux-libre-6.14-version "6.14.9") |
| 517 | (define-public linux-libre-6.14-gnu-revision "gnu") | 517 | (define-public linux-libre-6.14-gnu-revision "gnu") |
| 518 | (define deblob-scripts-6.14 | 518 | (define deblob-scripts-6.14 |
| 519 | (linux-libre-deblob-scripts | 519 | (linux-libre-deblob-scripts |
| 520 | linux-libre-6.14-version | 520 | linux-libre-6.14-version |
| 521 | linux-libre-6.14-gnu-revision | 521 | linux-libre-6.14-gnu-revision |
| 522 | (base32 "00b6axy07ykdxk4qy3dnx5mvhz2dvbf78qxax3zq81bg11wbfvay") | 522 | (base32 "1c27l734pwxgdwhq0gzibaznh0695pqvl17vbddw6q5znm84a0s3") |
| 523 | (base32 "076x15yp1qjhvv81si3aj3n6ny4l6yl1rcj7f7l12rlbl9p64vl2"))) | 523 | (base32 "14vabccax7mq5gisshlnx2ljx3hr4jj106aw3s9qx5dxbjvr7qcw"))) |
| 524 | (define-public linux-libre-6.14-pristine-source | 524 | (define-public linux-libre-6.14-pristine-source |
| 525 | (let ((version linux-libre-6.14-version) | 525 | (let ((version linux-libre-6.14-version) |
| 526 | (hash (base32 "0199maj3mk577wwaszbi0cl5a0afx1ynad896bmmg8vm636jxcb2"))) | 526 | (hash (base32 "0qgkr69745al6nf4wicxq284xnsmxybh29r7hjh2b6bi6bhds31r"))) |
| 527 | (make-linux-libre-source version | 527 | (make-linux-libre-source version |
| 528 | (%upstream-linux-source version hash) | 528 | (%upstream-linux-source version hash) |
| 529 | deblob-scripts-6.14))) | 529 | deblob-scripts-6.14))) |
