diff mbox series

[bug#67513,6/8] gnu: linux-libre 5.4: Update to 5.4.262.

Message ID 20231128203951.9143-6-w@wmeyer.eu
State New
Headers show
Series WIP: linux-libre kernel updates (2023-11-28) | expand

Commit Message

Wilko Meyer Nov. 28, 2023, 8:39 p.m. UTC
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.262.
(linux-libre-5.4-pristine-source): Update hash.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c73eaf7e1a..8ab905d668 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -571,7 +571,7 @@  (define-public linux-libre-5.10-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))
 
-(define-public linux-libre-5.4-version "5.4.261")
+(define-public linux-libre-5.4-version "5.4.262")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -581,7 +581,7 @@  (define deblob-scripts-5.4
    (base32 "0sw67b2pk3lng4y67diqqnhxaggnp3nbkx8dxc5fs27rinfxr4m1")))
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "1hsgnv2vcziflhzrrxiny2yp88ybdqda48fm60xhpaphhs0cgfii")))
+        (hash (base32 "1p34x33gkvpv26zcrpx1i6dr7dknyxj8gnp6caqb8sj58h3slgkx")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))