diff mbox series

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

Message ID 17436906075e579bebb78b55604893b03694c433.1705751665.git.w@wmeyer.eu
State New
Headers show
Series linux-libre kernel updates (2024-01-20) | expand

Commit Message

Wilko Meyer Jan. 20, 2024, 11:57 a.m. UTC
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.1.
(linux-libre-6.7-pristine-source): Update hash.

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

Comments

Leo Famulari Jan. 21, 2024, 8:26 p.m. UTC | #1
On Sat, Jan 20, 2024 at 12:57:42PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.1.
> (linux-libre-6.7-pristine-source): Update hash.

Pushed as d3c3922a8f5d50855165941e19a204d32469006f, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d0c7d987b28..0fe6f9b37ec 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -493,7 +493,7 @@  (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.7-version "6.7")
+(define-public linux-libre-6.7-version "6.7.1")
 (define-public linux-libre-6.7-gnu-revision "gnu")
 (define deblob-scripts-6.7
   (linux-libre-deblob-scripts
@@ -503,7 +503,7 @@  (define deblob-scripts-6.7
    (base32 "0pivh1hjc5ylgcyjx0z7x1dqax614pai502idzil98j35pwa24za")))
 (define-public linux-libre-6.7-pristine-source
   (let ((version linux-libre-6.7-version)
-        (hash (base32 "0s8hbcsg7fdvspqam8kzcxygjsznr4zfi60nqgc81l3n4m518cgg")))
+        (hash (base32 "1hv8mma3i6zhjix5k2g12jmajqy29c1xjfjkllmj18l6irbgmkqy")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.7)))