[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: linux-libre 5.15: Update to 5.15.31.
From: |
guix-commits |
Subject: |
02/07: gnu: linux-libre 5.15: Update to 5.15.31. |
Date: |
Thu, 24 Mar 2022 01:44:52 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 109a0081284bff50b65c8f23eacfa33f673e398f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Mar 23 23:27:20 2022 -0400
gnu: linux-libre 5.15: Update to 5.15.31.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.31.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
---
gnu/packages/linux.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 84e5693b17..bca6d628cf 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -377,17 +377,17 @@ 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.30")
+(define-public linux-libre-5.15-version "5.15.31")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
linux-libre-5.15-version
linux-libre-5.15-gnu-revision
- (base32 "1rfhwfzifmbpnrhmrn3srm736nkm1v6affw915d0fgqzqgi8qfai")
- (base32 "0mwzr1ffrr02pyy4rhwrv8msm9l59mg1d164j6qif7kkax2mdg66")))
+ (base32 "1n57mz5agvf1d0ggbg080d7hvx8p9y0iqxkq4ypg10a7n96zy7y5")
+ (base32 "1rvfr97nbr5s6cp2llhx6l1aih13xs0mh3wjdpn0l6q3f4zz2wfk")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "0ckiz985x88x68psg6wazyk7zpv34k8rbzpzyzj0gaph13za4ki5")))
+ (hash (base32 "123b4i5li70spf1y8642y8jwkjjcgcg23x8bj4kxkgnm8x5kh8gn")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
- branch master updated (7258c90572 -> 24cbe07ae6), guix-commits, 2022/03/24
- 04/07: gnu: linux-libre 5.4: Update to 5.4.187., guix-commits, 2022/03/24
- 03/07: gnu: linux-libre 5.10: Update to 5.10.108., guix-commits, 2022/03/24
- 01/07: gnu: linux-libre: Update to 5.16.17., guix-commits, 2022/03/24
- 02/07: gnu: linux-libre 5.15: Update to 5.15.31.,
guix-commits <=
- 07/07: gnu: linux-libre 4.9: Update to 4.9.308., guix-commits, 2022/03/24
- 05/07: gnu: linux-libre 4.19: Update to 4.19.236., guix-commits, 2022/03/24
- 06/07: gnu: linux-libre 4.14: Update to 4.14.273., guix-commits, 2022/03/24