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


From: Jason Self
Subject: 01/01: gnu: linux-libre: Update to 3.17.4
Date: Sat, 22 Nov 2014 15:14:57 +0000

jxself pushed a commit to branch master
in repository guix.

commit 49ff939f52a108d32f150bbff63983d39daf047d
Author: Jason Self <address@hidden>
Date:   Sat Nov 22 07:14:51 2014 -0800

    gnu: linux-libre: Update to 3.17.4
    
    * gnu/packages/linux.scm (linux-libre): Update to version 3.17.4.
---
 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 0d30aee..b9d9bd6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -192,7 +192,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
      #f)))
 
 (define-public linux-libre
-  (let* ((version "3.17.3")
+  (let* ((version "3.17.4")
          (build-phase
           '(lambda* (#:key system inputs #:allow-other-keys #:rest args)
              ;; Apply the neat patch.
@@ -265,7 +265,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
              (uri (linux-libre-urls version))
              (sha256
               (base32
-               "1qyk70m7y7ak94idkqpgyinnnpqpwxvl39rwh8pqdvrcm7w5b0lq"))))
+               "1wiiapji45yrbji5p0mmrjn32jbwbfga8rznpl22rngsjjayci8f"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)
                      ("bc" ,bc)



reply via email to

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