diff mbox series

[bug#68324,1/3] gnu: linux-libre 5.4: Update to 5.4.266.

Message ID 886bbc6e89d0e879fe496a8e5c467a6e643e1659.1704726083.git.w@wmeyer.eu
State New
Headers show
Series linux-libre kernel updates (2023-01-08) | expand

Commit Message

Wilko Meyer Jan. 8, 2024, 3:08 p.m. UTC
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.266.
(linux-libre-5.4-pristine-source): Update hash.

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

Comments

Leo Famulari Jan. 9, 2024, 6:32 p.m. UTC | #1
On Mon, Jan 08, 2024 at 04:08:27PM +0100, Wilko Meyer wrote:
> * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.266.
> (linux-libre-5.4-pristine-source): Update hash.

Pushed as 6e76509d2437178b260efceb9c19ca3ed2570fcd, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 532e9a8c939..9bd95a69e12 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -557,7 +557,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.265")
+(define-public linux-libre-5.4-version "5.4.266")
 (define-public linux-libre-5.4-gnu-revision "gnu1")
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
@@ -567,7 +567,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 "05cvvwjiznn7hfd02qklklalg0chahvh5v18w64lcva6kzj9kbjd")))
+        (hash (base32 "1dmcn9i3nvf1gldm1a32gnl5ybwbk2lizb3wa4gc06g7dxz2y1ys")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))