guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: linux-libre-4.4: Update to 4.4.14.


From: Mark H. Weaver
Subject: 01/02: gnu: linux-libre-4.4: Update to 4.4.14.
Date: Sat, 25 Jun 2016 17:22:20 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 18c658f966dd9af23496bd591b5863a30dbcd6ad
Author: Mark H Weaver <address@hidden>
Date:   Sat Jun 25 13:12:12 2016 -0400

    gnu: linux-libre-4.4: Update to 4.4.14.
    
    * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.14.
---
 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 4d298b6..bfe78b6 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.13")
+    (version "4.4.14")
     (source (origin
               (method url-fetch)
               (uri (linux-libre-urls version))
               (sha256
                (base32
-                "1qcgnprgl9hy4g51bkx4bjs1cdsyy9kpwqymxggwghrzdid41x9l"))))
+                "1yfmzrjrkj8mn2dfd7p98w13afchrkpz26gwfcm2fhsmla16n1my"))))
     (native-inputs
      (let ((conf (kernel-config (or (%current-target-system)
                                     (%current-system))



reply via email to

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