From 78890b7aeea61d499d01d8f637cd2cc77bfb512f Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 14 Oct 2020 10:42:03 -0400 Subject: [PATCH] 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 93db178b47..bf3fb56e9a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -351,15 +351,15 @@ (define (%upstream-linux-source version hash) ;; 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)))