diff mbox series

[bug#70612,1/4] gnu: linux-libre 6.8: Update to 6.8.8.

Message ID 318bef33a3e22d03292b21968a02fbe83d3cc5e7.1714239302.git.w@wmeyer.eu
State New
Headers show
Series linux-libre kernel updates (2024-04-27) | expand

Commit Message

Wilko Meyer April 27, 2024, 5:39 p.m. UTC
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.8.
  (linux-libre-6.8-pristine-source): Update hashes.

Change-Id: I72a667804f4e66494507182662fff67cd82317a9
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Wilko Meyer April 28, 2024, 7:31 p.m. UTC | #1
Hi Leo,

Just checked on the deblob scripts and, as of now, their hashes didn't
appear to have change. Guess this patch series is ready to be applied to
our kernel-updates branch then.
Leo Famulari April 29, 2024, 10:31 p.m. UTC | #2
On Sun, Apr 28, 2024 at 09:31:43PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> Just checked on the deblob scripts and, as of now, their hashes didn't
> appear to have change. Guess this patch series is ready to be applied to
> our kernel-updates branch then.

Thanks! I let kernel-updates build as far as usual and observed
successful results.

Pushed as ddf3759645ba76ef532658a257ae74fe0b1788b5
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index db61075994..e7625c8427 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -502,7 +502,7 @@  (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.8-version "6.8.7")
+(define-public linux-libre-6.8-version "6.8.8")
 (define-public linux-libre-6.8-gnu-revision "gnu")
 (define deblob-scripts-6.8
   (linux-libre-deblob-scripts
@@ -512,7 +512,7 @@  (define deblob-scripts-6.8
    (base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "1bigq9my88d9xh647hgsy8gzval7p06hhacpxaqb71sfmwgil799")))
+        (hash (base32 "1fiiyvwi6frn83z730w4mng2z4nwpspvhb6vjpxx3yk0snwxqk0w")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.8)))