[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: linux-libre 5.4: Update to 5.4.238.
From: |
guix-commits |
Subject: |
05/07: gnu: linux-libre 5.4: Update to 5.4.238. |
Date: |
Thu, 23 Mar 2023 12:14:13 -0400 (EDT) |
lfam pushed a commit to branch kernel-updates
in repository guix.
commit fa5c71864b9b75f4a96585e37195ee1ae385de9c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Mar 23 12:12:45 2023 -0400
gnu: linux-libre 5.4: Update to 5.4.238.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.238.
(linux-libre-5.4-pristine-source): Update hash.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c4c59708ab..01d3e1a47b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -545,7 +545,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
-(define-public linux-libre-5.4-version "5.4.237")
+(define-public linux-libre-5.4-version "5.4.238")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
@@ -555,7 +555,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "1d6as1yk9svysh07hdybs8glvn8s9f8gwlbjl7f9m920pdam2r60")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "09smq8jsbpqfh135snljack2wj41anx8f8i0lmjcqcq5zzhgw25p")))
+ (hash (base32 "07x9ibcshsm451qcpawv3l0z7g8w8jg79h6dfdmbm3jrhpdb58kh")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
- branch kernel-updates created (now 037ee6623e), guix-commits, 2023/03/23
- 03/07: gnu: linux-libre 5.15: Update to 5.15.104., guix-commits, 2023/03/23
- 01/07: gnu: linux-libre: Update to 6.2.8., guix-commits, 2023/03/23
- 02/07: gnu: linux-libre 6.1: Update to 6.1.21., guix-commits, 2023/03/23
- 04/07: gnu: linux-libre 5.10: Update to 5.10.176., guix-commits, 2023/03/23
- 07/07: gnu: linux-libre 4.14: Update to 4.14.311., guix-commits, 2023/03/23
- 06/07: gnu: linux-libre 4.19: Update to 4.19.279., guix-commits, 2023/03/23
- 05/07: gnu: linux-libre 5.4: Update to 5.4.238.,
guix-commits <=