diff options
Diffstat (limited to 'gnu')
| -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 c908c822921..9111f7e806a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -550,7 +550,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 550 | ;; The current "stable" kernels. That is, the most recently released major | 550 | ;; The current "stable" kernels. That is, the most recently released major |
| 551 | ;; versions that are still supported upstream. | 551 | ;; versions that are still supported upstream. |
| 552 | 552 | ||
| 553 | (define-public linux-libre-7.1-version "7.1.9") | 553 | (define-public linux-libre-7.1-version "7.1.10") |
| 554 | (define-public linux-libre-7.1-gnu-revision "gnu") | 554 | (define-public linux-libre-7.1-gnu-revision "gnu") |
| 555 | (define deblob-scripts-7.1 | 555 | (define deblob-scripts-7.1 |
| 556 | (linux-libre-deblob-scripts | 556 | (linux-libre-deblob-scripts |
| @@ -560,7 +560,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 560 | (base32 "0ab66phhdwhhhvhywiylhlsmqvw8ny4xyi7ap7xzzkqc7im8w1j9"))) | 560 | (base32 "0ab66phhdwhhhvhywiylhlsmqvw8ny4xyi7ap7xzzkqc7im8w1j9"))) |
| 561 | (define-public linux-libre-7.1-pristine-source | 561 | (define-public linux-libre-7.1-pristine-source |
| 562 | (let ((version linux-libre-7.1-version) | 562 | (let ((version linux-libre-7.1-version) |
| 563 | (hash (base32 "1c3jq2y2isas3hi8dla4qs0wl6z6p9shjaqgk1987cwp72pa8w9j"))) | 563 | (hash (base32 "16crmblk96nwjzpbb22fpcj0r4ky63f1njvliv4vxwq2g9lz9lk7"))) |
| 564 | (make-linux-libre-source version | 564 | (make-linux-libre-source version |
| 565 | (%upstream-linux-source version hash) | 565 | (%upstream-linux-source version hash) |
| 566 | deblob-scripts-7.1))) | 566 | deblob-scripts-7.1))) |
