summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-05-30 01:26:44 -0400
committerLeo Famulari <leo@famulari.name>2025-05-31 20:05:49 -0400
commitc55d2c0cd2861332aa6b9a5e9ced6fd00fef3634 (patch)
tree0751fe7438042723f9d2bea6e9e450751d84e41e
parentdfa10bfcd2b94cd7963f21679e1d75bafb251937 (diff)
gnu: linux-libre 6.12: Update to 6.12.31.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.31. (linux-libre-6.12-pristine-source, deblob-scripts-6.12): Update hashes. Change-Id: Id3572cb22d021c5b65a15fa7aefc1a797c853089
-rw-r--r--gnu/packages/linux.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9c1522e1f44..53e618ffa65 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,17 +532,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
532;; Here are the support timelines: 532;; Here are the support timelines:
533;; <https://www.kernel.org/category/releases.html> 533;; <https://www.kernel.org/category/releases.html>
534 534
535(define-public linux-libre-6.12-version "6.12.30") 535(define-public linux-libre-6.12-version "6.12.31")
536(define-public linux-libre-6.12-gnu-revision "gnu") 536(define-public linux-libre-6.12-gnu-revision "gnu")
537(define deblob-scripts-6.12 537(define deblob-scripts-6.12
538 (linux-libre-deblob-scripts 538 (linux-libre-deblob-scripts
539 linux-libre-6.12-version 539 linux-libre-6.12-version
540 linux-libre-6.12-gnu-revision 540 linux-libre-6.12-gnu-revision
541 (base32 "0zqw2hw9f9vssqvizc0nlnp9m54a2inxg23gsf1wixhgc79wdhsi") 541 (base32 "0y6i9ifax1a8bxih3rr9xzy3mj61ssgx9yfsy6fh94mni6wl51gp")
542 (base32 "1sqgg46xnjvk1dcz7j2f5fys43d7b5m3s4fj2hx3wrvd982n14k6"))) 542 (base32 "00hyshh3yx59yv9wxiw2hnjlksr60w1hklbv0462wwi7gjlk72xd")))
543(define-public linux-libre-6.12-pristine-source 543(define-public linux-libre-6.12-pristine-source
544 (let ((version linux-libre-6.12-version) 544 (let ((version linux-libre-6.12-version)
545 (hash (base32 "0bpqkh64bj6nslbb43hj28lxmrxinrapwgh05q5wwh0yjx46l16z"))) 545 (hash (base32 "19sba8zak31gn89pzfa3kb9rv7y9z8kybvyikigamq7nblz5nk5h")))
546 (make-linux-libre-source version 546 (make-linux-libre-source version
547 (%upstream-linux-source version hash) 547 (%upstream-linux-source version hash)
548 deblob-scripts-6.12))) 548 deblob-scripts-6.12)))