[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: linux-libre: Update to 6.4.14.
From: |
guix-commits |
Subject: |
01/07: gnu: linux-libre: Update to 6.4.14. |
Date: |
Tue, 5 Sep 2023 14:01:07 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit cbb83433ecce1ae49dbd0282a0035618d754f1ed
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Sep 4 21:22:14 2023 -0400
gnu: linux-libre: Update to 6.4.14.
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.14.
(linux-libre-6.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 9142f6edf1..ef31a304a7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -488,7 +488,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-6.4-version "6.4.12")
+(define-public linux-libre-6.4-version "6.4.14")
(define-public linux-libre-6.4-gnu-revision "gnu")
(define deblob-scripts-6.4
(linux-libre-deblob-scripts
@@ -498,7 +498,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "1rwm09anyn4py1g877f9vh6ya86y2hfvlqx51bpa53dci5k0b0ds")))
(define-public linux-libre-6.4-pristine-source
(let ((version linux-libre-6.4-version)
- (hash (base32 "0x56b4hslm730ghvggz41fjkbzlnxp6k8857dn7iy27yavlipafc")))
+ (hash (base32 "1rjh0jrn5qvxwzmyg478n08vckkld8r52nkc102ppqvsfhiy7skm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.4)))
- branch master updated (8b8607a945 -> bd7bb47944), guix-commits, 2023/09/05
- 06/07: gnu: linux-libre 4.19: Update to 4.19.294., guix-commits, 2023/09/05
- 05/07: gnu: linux-libre 5.4: Update to 5.4.256., guix-commits, 2023/09/05
- 07/07: gnu: linux-libre 4.14: Update to 4.14.325., guix-commits, 2023/09/05
- 03/07: gnu: linux-libre 5.15: Update to 5.15.130., guix-commits, 2023/09/05
- 04/07: gnu: linux-libre 5.10: Update to 5.10.194., guix-commits, 2023/09/05
- 02/07: gnu: linux-libre 6.1: Update to 6.1.51., guix-commits, 2023/09/05
- 01/07: gnu: linux-libre: Update to 6.4.14.,
guix-commits <=