[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: linux-libre-4.1: Update to 4.1.18.
From: |
Mark H. Weaver |
Subject: |
02/02: gnu: linux-libre-4.1: Update to 4.1.18. |
Date: |
Sat, 27 Feb 2016 07:39:27 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit b460a99890437e704aa92bd2d93a910d6a1bd45e
Author: Mark H Weaver <address@hidden>
Date: Sat Feb 27 02:28:17 2016 -0500
gnu: linux-libre-4.1: Update to 4.1.18.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.18.
---
gnu/packages/linux.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 757c339..ca327a9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -329,13 +329,13 @@ It has been modified to remove all non-free binary
blobs.")
(define-public linux-libre-4.1
(package
(inherit linux-libre)
- (version "4.1.17")
+ (version "4.1.18")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
- "0mkvj5sab8l2k0mgfca3y4n5g9cxs3px0ysvdwa2zwl52n7dsfk4"))))
+ "1bddh2rg645lavhjkk9z75vflba5y0g73z2fjwgbfrj5jb44x9i7"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))