[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: linux-libre: Update to 5.8.16.
From: |
guix-commits |
Subject: |
01/06: gnu: linux-libre: Update to 5.8.16. |
Date: |
Tue, 20 Oct 2020 16:18:20 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 8f182cfe2af01ee714b415e408f3603a362cf4e9
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Oct 19 22:35:22 2020 -0400
gnu: linux-libre: Update to 5.8.16.
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.16.
(linux-libre-5.8-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 43ffd39..fff6ed2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -351,7 +351,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; The current "stable" kernel. That is, the most recently released major
;; version.
-(define-public linux-libre-5.8-version "5.8.15")
+(define-public linux-libre-5.8-version "5.8.16")
(define deblob-scripts-5.8
(linux-libre-deblob-scripts
linux-libre-5.8-version
@@ -359,7 +359,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0z28yj4f7hhc253hssslm6xl9sg92agbiw50jxb9y72d8zp6sksq")))
(define-public linux-libre-5.8-pristine-source
(let ((version linux-libre-5.8-version)
- (hash (base32 "0hfnq4n902pws8sjxd1lsdxxa0v45g988imp73xnqfqv2d71r0bj")))
+ (hash (base32 "1icxa0pgqhji924ryz37mpjjf4zlkrm8bidanjyn2mzbar7migzx")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.8)))
- branch master updated (3eafd41 -> f14f108), guix-commits, 2020/10/20
- 01/06: gnu: linux-libre: Update to 5.8.16.,
guix-commits <=
- 04/06: gnu: linux-libre 4.14: Update to 4.14.202., guix-commits, 2020/10/20
- 02/06: gnu: linux-libre 5.4: Update to 5.4.72., guix-commits, 2020/10/20
- 03/06: gnu: linux-libre 4.19: Update to 4.19.152., guix-commits, 2020/10/20
- 05/06: gnu: linux-libre 4.9: Update to 4.9.240., guix-commits, 2020/10/20
- 06/06: gnu: linux-libre 4.4: Update to 4.4.240., guix-commits, 2020/10/20