From d8048dbe507757dca5af2b9f78d4ade7e81d764a Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 12 Nov 2019 20:47:00 -0500 Subject: gnu: linux-libre: Update to 5.3.11. * gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.11. (linux-libre-5.3-pristine-source): Update hash. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c5edfd404e..dd3640e6a8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -351,10 +351,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." "linux-" version ".tar.xz")) (sha256 hash))) -(define-public linux-libre-5.3-version "5.3.10") +(define-public linux-libre-5.3-version "5.3.11") (define-public linux-libre-5.3-pristine-source (let ((version linux-libre-5.3-version) - (hash (base32 "08ls1nb0yw6apbx219wj4ax8mw57fjcp0496k2sz5sxhiywf0ql1"))) + (hash (base32 "1dxfh0l4inpjd17pyxfsskjsphs43r8lg6nhhr3y4whxdna5cwbf"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.3))) -- cgit v1.2.3