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.9.


From: Mark H. Weaver
Subject: 02/03: gnu: linux-libre-4.4: Update to 4.4.9.
Date: Thu, 05 May 2016 13:05:19 +0000

mhw pushed a commit to branch master
in repository guix.

commit a6b3c07a7a2634c017b877c0ceb89b9b53feed13
Author: Mark H Weaver <address@hidden>
Date:   Thu May 5 08:44:52 2016 -0400

    gnu: linux-libre-4.4: Update to 4.4.9.
    
    * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.9.
---
 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 186c9e7..bcf73f0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -337,13 +337,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.8")
+    (version "4.4.9")
     (source (origin
               (method url-fetch)
               (uri (linux-libre-urls version))
               (sha256
                (base32
-                "0zyhdy01gjglgmlrmpqa1sdnm0z91mzwspbksj6zvcamczb8ml53"))))
+                "04zwmqp5ib19jmbv2b1zzxdp4zhjkmx408mjky92dkyj33j43iki"))))
     (native-inputs
      (let ((conf (kernel-config (or (%current-target-system)
                                     (%current-system))



reply via email to

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