[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: address@hidden: Update to 4.4.17.
From: |
Mark H. Weaver |
Subject: |
01/01: gnu: address@hidden: Update to 4.4.17. |
Date: |
Thu, 11 Aug 2016 09:22:58 +0000 (UTC) |
mhw pushed a commit to branch master
in repository guix.
commit 10692b2e7f88c073815976f110c051a572ecef3d
Author: Mark H Weaver <address@hidden>
Date: Thu Aug 11 05:21:33 2016 -0400
gnu: address@hidden: Update to 4.4.17.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.17.
---
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 fc13649..f4dc3e7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -341,13 +341,13 @@ It has been modified to remove all non-free binary
blobs.")
(define-public linux-libre-4.4
(package
(inherit linux-libre)
- (version "4.4.16")
+ (version "4.4.17")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
- "0lgc064r18gxvya5zvv2l4dmcj7161mb34q4frlw9z02ils9d623"))))
+ "1dbvvwxfqakan49ckcgk52r2zvwy1jmsgjnn5cl7hm5h2ks6nkzj"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))