[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: linux-libre 5.15: Update to 5.15.104.
From: |
guix-commits |
Subject: |
03/07: gnu: linux-libre 5.15: Update to 5.15.104. |
Date: |
Thu, 23 Mar 2023 12:14:12 -0400 (EDT) |
lfam pushed a commit to branch kernel-updates
in repository guix.
commit bdadf60c2f6f4be3feaadba28ec3f7c11cf88b3a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Mar 23 12:12:18 2023 -0400
gnu: linux-libre 5.15: Update to 5.15.104.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.104.
(linux-libre-5.15-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 fa4280ee04..5ba4586bb1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -515,7 +515,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; The "longterm" kernels — the older releases with long-term upstream support.
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-5.15-version "5.15.103")
+(define-public linux-libre-5.15-version "5.15.104")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -525,7 +525,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "03hwhwbcicwyx5i30d6m715kwgrxz4h21xhk55wnawlk8zhx3r35")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "01fpipy8skmp4dyxgk8fk9k6hc0w0gvk7mm8f8pm7jhwcf0vlxh8")))
+ (hash (base32 "0m3bscml2mvafbj5k9a3qa8akfxms8wfpzsr687lfblr17735ibi")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
- 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 <=
- 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, 2023/03/23