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


From: Mark H. Weaver
Subject: 01/01: gnu: linux-libre: Update to 4.2.6.
Date: Wed, 11 Nov 2015 06:16:28 +0000

mhw pushed a commit to branch master
in repository guix.

commit 533c1b04bc8bf90cae8209719d3d657ae28fd637
Author: Mark H Weaver <address@hidden>
Date:   Wed Nov 11 01:15:32 2015 -0500

    gnu: linux-libre: Update to 4.2.6.
    
    * gnu/packages/linux.scm (linux-libre): Update to 4.2.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 a75ea2f..39983da 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -210,7 +210,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
      #f)))
 
 (define-public linux-libre
-  (let* ((version "4.2.5")
+  (let* ((version "4.2.6")
          (build-phase
           '(lambda* (#:key system inputs #:allow-other-keys #:rest args)
              ;; Apply the neat patch.
@@ -284,7 +284,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
              (uri (linux-libre-urls version))
              (sha256
               (base32
-               "13ar9sghm2g5w2km9x2d07q3lh81rz286d6slklv56qanm24chzx"))))
+               "0phjk4dp0bk9s5mwawkxg3myl7fh244s833b33dc6m2y9clvzskl"))))
     (build-system gnu-build-system)
     (supported-systems '("x86_64-linux" "i686-linux"))
     (native-inputs `(("perl" ,perl)



reply via email to

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