[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: linux-libre: Update to 4.4.3.
From: |
Mark H. Weaver |
Subject: |
01/02: gnu: linux-libre: Update to 4.4.3. |
Date: |
Sat, 27 Feb 2016 03:54:29 +0000 |
mhw pushed a commit to branch security-updates
in repository guix.
commit ecc694963893f2e75feab50c1e730448764b6127
Author: Mark H Weaver <address@hidden>
Date: Fri Feb 26 21:53:50 2016 -0500
gnu: linux-libre: Update to 4.4.3.
* gnu/packages/linux.scm (linux-libre): Update to 4.4.3.
---
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 6068471..757c339 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -220,7 +220,7 @@ for SYSTEM and optionally VARIANT, or #f if there is no
such configuration."
(search-path %load-path file)))
(define-public linux-libre
- (let* ((version "4.4.2")
+ (let* ((version "4.4.3")
(build-phase
'(lambda* (#:key system inputs #:allow-other-keys #:rest args)
;; Apply the neat patch.
@@ -294,7 +294,7 @@ for SYSTEM and optionally VARIANT, or #f if there is no
such configuration."
(uri (linux-libre-urls version))
(sha256
(base32
- "1xqc3anjymwwzvxdryjr3hb4wip2qghzlbrw1nrgslakskc20qdw"))))
+ "06wl6gvhds6j6aaryzpz4jngdf3v70spvp1xb7k2c03kvm9v5f4v"))))
(build-system gnu-build-system)
(supported-systems '("x86_64-linux" "i686-linux"))
(native-inputs `(("perl" ,perl)