From ca80985c6c0fd20d81c302c53002a231a962497e Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 25 Jul 2016 23:26:27 -0400 Subject: [PATCH] gnu: linux-libre@4.1: Update to 4.1.28. * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.28. --- 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 722956a8f2..a2f6ac5cce 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -358,13 +358,13 @@ (define-public linux-libre-4.4 (define-public linux-libre-4.1 (package (inherit linux-libre) - (version "4.1.27") + (version "4.1.28") (source (origin (method url-fetch) (uri (linux-libre-urls version)) (sha256 (base32 - "0bbp782gdj8kz986a8hfygdrj7is0c8wgbb2mpb9gqhkfxcg74kf")))) + "02b7hq32cyx3h04k7l3mfzhh09snh5x4pxiwxllwchw94a6lkxl8")))) (native-inputs (let ((conf (kernel-config (or (%current-target-system) (%current-system))