diff options
| author | Leo Famulari <leo@famulari.name> | 2025-11-03 21:08:29 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-11-07 19:48:31 -0500 |
| commit | 60d269af64ca7f619e7dc65bcfa5dba08b09e817 (patch) | |
| tree | 4adc3804d9b04fb17ce4d4b3b9f7047a702a2b04 | |
| parent | aa5033dd0582fc0f86daa57e50c9af3abcc8faf5 (diff) | |
gnu: linux-libre: Update to 6.17.7.
* gnu/packages/linux.scm (linux-libre-6.17-version): Update to 6.17.7.
(linux-libre-6.17-pristine-source): Update hash.
Change-Id: I012353e6ea66910c98bbe6d9ff6a49a2b174f61a
| -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 ba422e9a77d..2d953f3d8e0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -529,7 +529,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 529 | ;; The current "stable" kernels. That is, the most recently released major | 529 | ;; The current "stable" kernels. That is, the most recently released major |
| 530 | ;; versions that are still supported upstream. | 530 | ;; versions that are still supported upstream. |
| 531 | 531 | ||
| 532 | (define-public linux-libre-6.17-version "6.17.6") | 532 | (define-public linux-libre-6.17-version "6.17.7") |
| 533 | (define-public linux-libre-6.17-gnu-revision "gnu") | 533 | (define-public linux-libre-6.17-gnu-revision "gnu") |
| 534 | (define deblob-scripts-6.17 | 534 | (define deblob-scripts-6.17 |
| 535 | (linux-libre-deblob-scripts | 535 | (linux-libre-deblob-scripts |
| @@ -539,7 +539,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 539 | (base32 "14fypjidk49l0799dbi1pacy37ks94k0bs38cck2y4glxfpbfqr6"))) | 539 | (base32 "14fypjidk49l0799dbi1pacy37ks94k0bs38cck2y4glxfpbfqr6"))) |
| 540 | (define-public linux-libre-6.17-pristine-source | 540 | (define-public linux-libre-6.17-pristine-source |
| 541 | (let ((version linux-libre-6.17-version) | 541 | (let ((version linux-libre-6.17-version) |
| 542 | (hash (base32 "17662dpl1rd24n20ihb1fsf66c8n3r6x1a24c6sanj1ld5mvrkwf"))) | 542 | (hash (base32 "03lxl2p8hvi4hdzbf72v3xh8yigr58826dmy6rqxbq9r8h6ymwnx"))) |
| 543 | (make-linux-libre-source version | 543 | (make-linux-libre-source version |
| 544 | (%upstream-linux-source version hash) | 544 | (%upstream-linux-source version hash) |
| 545 | deblob-scripts-6.17))) | 545 | deblob-scripts-6.17))) |
