diff mbox series

[bug#72627,1/3] gnu: linux-libre 6.10: Update to 6.10.5.

Message ID 18a3d79c2e05cd96605b317b07cc73d592b2df25.1723666412.git.w@wmeyer.eu
State New
Headers show
Series linux-libre kernel updates (2024-08-14) | expand

Commit Message

Wilko Meyer Aug. 14, 2024, 8:17 p.m. UTC
* gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.5.
(linux-libre-6.10-pristine-source): Update hash.

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

Comments

Leo Famulari Aug. 27, 2024, 12:09 a.m. UTC | #1
On Wed, Aug 14, 2024 at 10:17:39PM +0200, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.5.
> (linux-libre-6.10-pristine-source): Update hash.

I pushed this series as df58d3c21f78fa4b26c7726715d4043514f17333.

Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2db0386e66..d1eb23911e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -512,7 +512,7 @@  (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.10-version "6.10.4")
+(define-public linux-libre-6.10-version "6.10.5")
 (define-public linux-libre-6.10-gnu-revision "gnu")
 (define deblob-scripts-6.10
   (linux-libre-deblob-scripts
@@ -522,7 +522,7 @@  (define deblob-scripts-6.10
    (base32 "00bx8g1ijswi9zypmwqhxsk9fdkzmarxdbdx5h6gpn7z4d1qly3j")))
 (define-public linux-libre-6.10-pristine-source
   (let ((version linux-libre-6.10-version)
-        (hash (base32 "1y2m2pqrvsgr9ng72nnh4yvsprkvkznhnmn4p8g78350bzyrvip2")))
+        (hash (base32 "02yckkh6sxvcrwzbqgmw4jhqhxmbvz87xn9wm6bwwka3w2r9x41h")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.10)))