[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: linux-libre-4.1: Update to 4.1.25.
From: |
Mark H. Weaver |
Subject: |
02/02: gnu: linux-libre-4.1: Update to 4.1.25. |
Date: |
Wed, 25 May 2016 04:38:16 +0000 (UTC) |
mhw pushed a commit to branch master
in repository guix.
commit 796787a57757acfcfc1e5da5f2e2cbd1971c6a0f
Author: Mark H Weaver <address@hidden>
Date: Wed May 25 00:26:40 2016 -0400
gnu: linux-libre-4.1: Update to 4.1.25.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.25.
---
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 5b1d2a9..0ac4be2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -357,13 +357,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.24")
+ (version "4.1.25")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
- "14jlnq0k86bl4wj8shmvgf34w90bbm9in44j1pdjwwvn169zh9ra"))))
+ "1vpgcnmfnn005rcd60wyyg0f84fgapdmz2dpcy77p2l66mw4pakf"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))