guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: linux-libre: Update to 3.18.6


From: Jason Self
Subject: 01/01: gnu: linux-libre: Update to 3.18.6
Date: Sun, 08 Feb 2015 00:21:11 +0000

jxself pushed a commit to branch master
in repository guix.

commit 59c4cceea842907993e22b60a032f1b0df781541
Author: Jason Self <address@hidden>
Date:   Sat Feb 7 16:21:04 2015 -0800

    gnu: linux-libre: Update to 3.18.6
    
    * gnu/packages/linux.scm (linux-libre): Update to version 3.18.6.
---
 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 f482356..09e2a4c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -197,7 +197,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
      #f)))
 
 (define-public linux-libre
-  (let* ((version "3.18.5")
+  (let* ((version "3.18.6")
          (build-phase
           '(lambda* (#:key system inputs #:allow-other-keys #:rest args)
              ;; Apply the neat patch.
@@ -270,7 +270,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
              (uri (linux-libre-urls version))
              (sha256
               (base32
-               "1sjmqr5y8mh3vrasc5dq3ldjj2d2s0pqv4mnhdc24fwk3lgrmz9v"))))
+               "1mqy91q4291pikximwj542rx2mgrinn57df3403s3rkf8ix97bdw"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)
                      ("bc" ,bc)



reply via email to

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