diff options
| author | Leo Famulari <leo@famulari.name> | 2025-06-30 13:21:27 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-07-02 12:06:56 -0400 |
| commit | 144b24289d11790df1e3af22f05cc23ab4dd0bca (patch) | |
| tree | 68a2f0a5d2f073a1dab22e9e8bd4c06854310f6d /gnu/packages/linux.scm | |
| parent | 502ad9da2a7da064aef6a6dcdada3c92ae90aa72 (diff) | |
gnu: linux-libre 6.12: Update to 6.12.35.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.35.
(linux-libre-6.12-pristine-source, deblob-scripts-6.12): Update hashes.
Change-Id: I9f9fd09d0a22522c46f469e4612abf0e5567f2a8
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 f30a9b6a855..523e0895a3a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -533,17 +533,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; Here are the support timelines: ;; <https://www.kernel.org/category/releases.html> -(define-public linux-libre-6.12-version "6.12.34") +(define-public linux-libre-6.12-version "6.12.35") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts linux-libre-6.12-version linux-libre-6.12-gnu-revision (base32 "0y6i9ifax1a8bxih3rr9xzy3mj61ssgx9yfsy6fh94mni6wl51gp") - (base32 "12gg83y8h8saapac32l7xghjvyxvpl9yanin7fkahfyp96qrsfvp"))) + (base32 "19xrz8nnccw2c2wjzk1vbypbl7qqk0av1yrs2qylkixyf6gq3rjz"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "0kf2f3r96npzs01kdq3q2ag7zg8l3avfyqwv5qbs9v373wwgxwx7"))) + (hash (base32 "0j577lqmzbzx45gxvxirx627pv6cbhq9slzb50rqqmyy3nqf1x05"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12))) |
