From 3376be05c736f4f4ee07a2ec0080cc7a5008dd60 Mon Sep 17 00:00:00 2001 From: Wilko Meyer Date: Fri, 1 Nov 2024 23:44:49 +0100 Subject: gnu: linux-libre 6.6: Update to 6.6.59. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.59. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I912018083233a3318dd514bedd048548f88a804b Signed-off-by: Leo Famulari --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3079ddad88..568c263c5b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -546,7 +546,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; Here are the support timelines: ;; -(define-public linux-libre-6.6-version "6.6.58") +(define-public linux-libre-6.6-version "6.6.59") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -556,7 +556,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1x3455v7sfzakq99ydifh65yzvjzrw06p2lchwb6902yzqbnh786"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1nwrd017l5m4w12yrcf31y3g0l9xqm5b0fzcqdgan3ypi3jq3pz7"))) + (hash (base32 "0vd76ccd4li4wsg04gc4nai9f4y1nknz967qby0i53y0v046hq93"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) -- cgit v1.2.3