[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: linux-libre 5.15: Update to 5.15.51.
From: |
guix-commits |
Subject: |
02/04: gnu: linux-libre 5.15: Update to 5.15.51. |
Date: |
Fri, 1 Jul 2022 11:37:14 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit ce9fbdd413d758ec4ab855d666825ad4e7bc5638
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jun 30 21:12:23 2022 -0400
gnu: linux-libre 5.15: Update to 5.15.51.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.51.
(linux-libre-5.15-pristine-source): Update hash.
---
gnu/packages/linux.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index aaf3712ef0..c5e9b3b310 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -364,13 +364,14 @@ corresponding UPSTREAM-SOURCE (an origin), using the
given DEBLOB-SCRIPTS."
(let ((version linux-libre-5.18-version)
(hash (base32 "0dhaj1zcsr5sfg62byzvvkhm9j419px6v9v04ngcy0d0vc2yn8q8")))
(make-linux-libre-source version
+
(%upstream-linux-source version hash)
deblob-scripts-5.18)))
;; 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.50")
+(define-public linux-libre-5.15-version "5.15.51")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -380,7 +381,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "129qlhwdv2mfb85gbvq03kkbdfp73b444rryr4rrbvi0jmq4cp24")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "03yp3gz45059gkzqbijbg503rxx4wihjg4c3ikz10f526xym0kam")))
+ (hash (base32 "1229m4r4n61n5l8anp2pcqdhajkwmavhr1z00n8gvx3yn9w4ifhz")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))