[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: linux-libre: Update to 5.8.15.
From: |
guix-commits |
Subject: |
01/07: gnu: linux-libre: Update to 5.8.15. |
Date: |
Thu, 15 Oct 2020 14:32:11 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 78890b7aeea61d499d01d8f637cd2cc77bfb512f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Oct 14 10:42:03 2020 -0400
gnu: linux-libre: Update to 5.8.15.
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.15.
(linux-libre-5.8-pristine-source): Update hash.
---
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 93db178..bf3fb56 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -351,15 +351,15 @@ 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.14")
+(define-public linux-libre-5.8-version "5.8.15")
(define deblob-scripts-5.8
(linux-libre-deblob-scripts
linux-libre-5.8-version
(base32 "07z7sglyrfh0706icqqf3shadf638pvyid9386r661ds5lbsa2mw")
- (base32 "0j6jba5fcddqlb42f95gjl78jisfla4nswqila074gglcrbnl9q7")))
+ (base32 "0z28yj4f7hhc253hssslm6xl9sg92agbiw50jxb9y72d8zp6sksq")))
(define-public linux-libre-5.8-pristine-source
(let ((version linux-libre-5.8-version)
- (hash (base32 "1bzh82jpwcxsdzp6p1r8qlq9v5x79flhnzyimkcll8wdh28pjxpf")))
+ (hash (base32 "0hfnq4n902pws8sjxd1lsdxxa0v45g988imp73xnqfqv2d71r0bj")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.8)))
- branch master updated (61263e1 -> f43287a), guix-commits, 2020/10/15
- 01/07: gnu: linux-libre: Update to 5.8.15.,
guix-commits <=
- 03/07: gnu: linux-libre 4.19: Update to 4.19.151., guix-commits, 2020/10/15
- 05/07: gnu: linux-libre 4.9: Update to 4.9.239., guix-commits, 2020/10/15
- 02/07: gnu: linux-libre 5.4: Update to 5.4.71., guix-commits, 2020/10/15
- 04/07: gnu: linux-libre 4.14: Update to 4.14.201., guix-commits, 2020/10/15
- 06/07: gnu: linux-libre: Update to 4.4.239., guix-commits, 2020/10/15
- 07/07: gnu: linux-libre: Enable XDP sockets and their monitoring., guix-commits, 2020/10/15