guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: address@hidden: Update to 4.4.18.


From: Mark H. Weaver
Subject: 01/02: gnu: address@hidden: Update to 4.4.18.
Date: Wed, 17 Aug 2016 18:05:53 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 6a79e9fa474d0aec54efe0bb3e03d48eeb9cb8a5
Author: Mark H Weaver <address@hidden>
Date:   Wed Aug 17 13:58:43 2016 -0400

    gnu: address@hidden: Update to 4.4.18.
    
    * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.18.
---
 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 f4dc3e7..17b2ce4 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.17")
+    (version "4.4.18")
     (source (origin
               (method url-fetch)
               (uri (linux-libre-urls version))
               (sha256
                (base32
-                "1dbvvwxfqakan49ckcgk52r2zvwy1jmsgjnn5cl7hm5h2ks6nkzj"))))
+                "0k8k17in7dkjd9d8zg3i8l1ax466dba6bxw28flxizzyq8znljps"))))
     (native-inputs
      (let ((conf (kernel-config (or (%current-target-system)
                                     (%current-system))



reply via email to

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