[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: linux-libre 5.15: Update to 5.15.65.
From: |
guix-commits |
Subject: |
02/08: gnu: linux-libre 5.15: Update to 5.15.65. |
Date: |
Tue, 6 Sep 2022 08:58:53 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit af1a34dc9fc255cf70970e8992a587381c04b33c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Sep 5 22:17:04 2022 -0400
gnu: linux-libre 5.15: Update to 5.15.65.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.65.
(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 f2c8427d7a..8424405abd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -387,7 +387,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.64")
+(define-public linux-libre-5.15-version "5.15.65")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -397,7 +397,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "1r189c704jvizk452zcsm9v3g27ybjcjchjwxazsy3nx0wdwx7si")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "0l6ylmxhk3lqz2zyqcbyhbfcq1p8i84g0p1d6x0q6yd3dy6d78f6")))
+ (hash (base32 "150w5bahp78s12gq7n8gdmi1zn44pwv31qnb1nmzkz2d5wwgsi7v")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
- branch master updated (7ae51b741a -> 0f2776399e), guix-commits, 2022/09/06
- 01/08: gnu: linux-libre 5.19: Update to 5.19.7., guix-commits, 2022/09/06
- 03/08: gnu: linux-libre 5.10: Update to 5.10.141., guix-commits, 2022/09/06
- 06/08: gnu: linux-libre 4.14: Update to 4.14.292., guix-commits, 2022/09/06
- 02/08: gnu: linux-libre 5.15: Update to 5.15.65.,
guix-commits <=
- 04/08: gnu: linux-libre 5.4: Update to 5.4.212., guix-commits, 2022/09/06
- 08/08: gnu: Remove linux-libre 5.18., guix-commits, 2022/09/06
- 05/08: gnu: linux-libre 4.19: Update to 4.19.257., guix-commits, 2022/09/06
- 07/08: gnu: linux-libre 4.9: Update to 4.9.237., guix-commits, 2022/09/06