guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: linux-libre-4.4: Update to 4.4.13.


From: Mark H. Weaver
Subject: 02/03: gnu: linux-libre-4.4: Update to 4.4.13.
Date: Fri, 10 Jun 2016 20:41:19 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit c785fe13e1b518bd1a52da1330823b71e3d230a6
Author: Mark H Weaver <address@hidden>
Date:   Fri Jun 10 16:32:41 2016 -0400

    gnu: linux-libre-4.4: Update to 4.4.13.
    
    * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.13.
---
 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 5e86ebd..7c8468a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -340,13 +340,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.12")
+    (version "4.4.13")
     (source (origin
               (method url-fetch)
               (uri (linux-libre-urls version))
               (sha256
                (base32
-                "1zbds4ihk4x3lxr1jw7yrjzv1dkl995m41a54dfgqm0kj70li8ws"))))
+                "1qcgnprgl9hy4g51bkx4bjs1cdsyy9kpwqymxggwghrzdid41x9l"))))
     (native-inputs
      (let ((conf (kernel-config (or (%current-target-system)
                                     (%current-system))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]