diff options
| -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 65769d7214b..3d14ed0bd46 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -581,7 +581,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 581 | ;; Here are the support timelines: | 581 | ;; Here are the support timelines: |
| 582 | ;; <https://www.kernel.org/category/releases.html> | 582 | ;; <https://www.kernel.org/category/releases.html> |
| 583 | 583 | ||
| 584 | (define-public linux-libre-6.12-version "6.12.93") | 584 | (define-public linux-libre-6.12-version "6.12.94") |
| 585 | (define-public linux-libre-6.12-gnu-revision "gnu") | 585 | (define-public linux-libre-6.12-gnu-revision "gnu") |
| 586 | (define deblob-scripts-6.12 | 586 | (define deblob-scripts-6.12 |
| 587 | (linux-libre-deblob-scripts | 587 | (linux-libre-deblob-scripts |
| @@ -591,7 +591,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 591 | (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) | 591 | (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) |
| 592 | (define-public linux-libre-6.12-pristine-source | 592 | (define-public linux-libre-6.12-pristine-source |
| 593 | (let ((version linux-libre-6.12-version) | 593 | (let ((version linux-libre-6.12-version) |
| 594 | (hash (base32 "18sg154hqw8l98pfim2hjm1y604h5dwn9gj3gyncas8bgjl4h9j9"))) | 594 | (hash (base32 "1ln83ljmc7wr1nrjjq1hp1m1vx54j7i6i15m3hqb73a1p4ra5679"))) |
| 595 | (make-linux-libre-source version | 595 | (make-linux-libre-source version |
| 596 | (%upstream-linux-source version hash) | 596 | (%upstream-linux-source version hash) |
| 597 | deblob-scripts-6.12))) | 597 | deblob-scripts-6.12))) |
