[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: linux-libre 5.15: Update to 5.15.229.
From: |
guix-commits |
Subject: |
05/07: gnu: linux-libre 5.15: Update to 5.15.229. |
Date: |
Fri, 15 Nov 2024 20:07:34 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit fccd117e1686afbf8795d432e358ff4601d7a0ca
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Nov 9 14:30:18 2024 -0500
gnu: linux-libre 5.15: Update to 5.15.229.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.229.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: Ibebb40f3ad79149ca59ab57d2850be7a36b4b8fb
---
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 f3a9e205a4..76e45b30ce 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -576,7 +576,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
-(define-public linux-libre-5.10-version "5.10.228")
+(define-public linux-libre-5.10-version "5.10.229")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -586,7 +586,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "0wkvn49sdy9ykyz6cqdqd9yplqfhc6b255w6wc17ky182mzqvk3n")))
+ (hash (base32 "1q6di05rk4bsy91r03zw6vz14zzcpvv25dv7gw0yz1gzpgkbb9h8")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
- branch master updated (0bde2b4fd4 -> 3e8d3d80f4), guix-commits, 2024/11/15
- 02/07: gnu: linux-libre 6.6: Update to 6.6.60., guix-commits, 2024/11/15
- 03/07: gnu: linux-libre 6.1: Update to 6.1.116., guix-commits, 2024/11/15
- 01/07: gnu: linux-libre: Update to 6.11.7., guix-commits, 2024/11/15
- 04/07: gnu: linux-libre 5.15: Update to 5.15.171., guix-commits, 2024/11/15
- 06/07: gnu: linux-libre 5.4: Update to 5.4.285., guix-commits, 2024/11/15
- 07/07: gnu: linux-libre 4.19: Update to 4.19.323., guix-commits, 2024/11/15
- 05/07: gnu: linux-libre 5.15: Update to 5.15.229.,
guix-commits <=