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


From: Jason Self
Subject: 01/01: gnu: linux-libre: Update to 3.18.5
Date: Fri, 30 Jan 2015 19:43:19 +0000

jxself pushed a commit to branch master
in repository guix.

commit 28bda60251e20a1f1870a7cce61c388bc2a2a180
Author: Jason Self <address@hidden>
Date:   Fri Jan 30 11:42:58 2015 -0800

    gnu: linux-libre: Update to 3.18.5
    
    * gnu/packages/linux.scm (linux-libre): Update to version 3.18.5.
---
 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 d719dc6..8383bfa 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.4")
+  (let* ((version "3.18.5")
          (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
-               "1zzvya57igpd3dax8n6nv2731grwygdmpc1jwwc7zg2b2myjgslm"))))
+               "1sjmqr5y8mh3vrasc5dq3ldjj2d2s0pqv4mnhdc24fwk3lgrmz9v"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)
                      ("bc" ,bc)



reply via email to

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