diff mbox series

[bug#68952,1/3] gnu: linux-libre 6.7: Update to 6.7.4.

Message ID 3fa3dee6443eb59e14f51433202dde1d842e6d94.1707234911.git.w@wmeyer.eu
State New
Headers show
Series linux-libre kernel updates (2024-02-06) | expand

Commit Message

Wilko Meyer Feb. 6, 2024, 3:58 p.m. UTC
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.4.
  (linux-libre-6.7-pristine-source): Update hashes.

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

Comments

Leo Famulari Feb. 9, 2024, 12:13 a.m. UTC | #1
On Tue, Feb 06, 2024 at 04:58:25PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.4.
>   (linux-libre-6.7-pristine-source): Update hashes.

Thanks! Pushed as 570ef13a87bb54d3410c431700ba78316a2641e2

The documentation package for 6.6 failed to build again.
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 982fcf5257..5caa389529 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -495,7 +495,7 @@  (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.7-version "6.7.3")
+(define-public linux-libre-6.7-version "6.7.4")
 (define-public linux-libre-6.7-gnu-revision "gnu")
 (define deblob-scripts-6.7
   (linux-libre-deblob-scripts
@@ -505,7 +505,7 @@  (define deblob-scripts-6.7
    (base32 "1vb2pd0wdfl9p5qi8hj1i5xg1p4pyrp01iqhap9xbb2yai4l80j5")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "0i1bfkawyp917d9v3qa5nqzspzr3ixx7scbfl8x4lms74xjqrw5p")))
+        (hash (base32 "036nk3h7vqzd7gnxan2173kpss5qm2pci1lvd58gh90azigrz3gn")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))