[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: linux-libre-4.4: Update to 4.4.6.
From: |
Mark H. Weaver |
Subject: |
01/01: gnu: linux-libre-4.4: Update to 4.4.6. |
Date: |
Fri, 18 Mar 2016 15:03:41 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit 0e0fd3ef102e4bde8abe03a87d8247d08075b7e1
Author: Mark H Weaver <address@hidden>
Date: Fri Mar 18 11:02:36 2016 -0400
gnu: linux-libre-4.4: Update to 4.4.6.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.6.
---
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 a320c6b..f62c254 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -331,13 +331,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.5")
+ (version "4.4.6")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
- "19yyw6yssyxr9k5y3whgz2p731mb1pnq3xajpv8g01m13cxs32dd"))))
+ "0sf623knc4j23p96r0w1ng725kj45ra50bwix01z5nvl5aqpnsrp"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))