[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: linux-libre 5.10: Update to 5.10.50.
From: |
guix-commits |
Subject: |
04/06: gnu: linux-libre 5.10: Update to 5.10.50. |
Date: |
Thu, 15 Jul 2021 01:56:34 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit bd367123a33b24a78fc8dd06d433bf79bc5aee3a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Jul 14 12:56:09 2021 -0400
gnu: linux-libre 5.10: Update to 5.10.50.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.50.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2fbb65d..0d9bb19 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -384,15 +384,15 @@ 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.10-version "5.10.49")
+(define-public linux-libre-5.10-version "5.10.50")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
linux-libre-5.10-version
(base32 "1rmnx1px4sizs2lq831yd2g9dyflg0vmykz3cv9443x2a2vwy81f")
- (base32 "1zsr02zmpx3968277sy8pfs2mdlgh86ifymwyj0r56wnhzf5q6hk")))
+ (base32 "1fdvjhc048nk8v27bgir0fdjqm8hn4yfdgd3mdjird4ary80ywb2")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "0ph2wgfhb7znrjx4jh69q0dh2sisvy5zzn3ak40jn9wwwzknvldh")))
+ (hash (base32 "0dmlpy9k7am99495bxcm46i4y6g34d1fzdkzz3wgzb4mgmx35nlb")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
- branch master updated (38de3de -> 7db8fd6), guix-commits, 2021/07/15
- 01/06: gnu: linux-libre: Default to the 'schedutil' CPU scaling governor., guix-commits, 2021/07/15
- 02/06: gnu: linux-libre: Update to 5.13.2., guix-commits, 2021/07/15
- 03/06: gnu: linux-libre 5.12: Update to 5.12.17., guix-commits, 2021/07/15
- 05/06: gnu: linux-libre 5.4: Update to 5.4.132., guix-commits, 2021/07/15
- 06/06: gnu: ffmpeg: Enable vaapi., guix-commits, 2021/07/15
- 04/06: gnu: linux-libre 5.10: Update to 5.10.50.,
guix-commits <=