There have been a number of fixes to 3.15 since it was released on
June 8 as described in:
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.1
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.2
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.3
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.4
https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.5

The attached patch updates the Linux-libre to 3.15.5 so as to
incorporate these changes.
commit 97bebf310bf3d4bc35b767a959b700f90789c93b
Author: Jason Self <j...@jxself.org>
Date:   Sun Jul 13 12:07:36 2014 -0700

    Updating Linux-libre to version 3.15.5

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3b08771..9e4f2b6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -186,7 +186,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
      #f)))
 
 (define-public linux-libre
-  (let* ((version "3.15")
+  (let* ((version "3.15.5")
          (build-phase
           '(lambda* (#:key system inputs #:allow-other-keys #:rest args)
              ;; Apply the neat patch.
@@ -259,7 +259,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
              (uri (linux-libre-urls version))
              (sha256
               (base32
-               "125n04rwqmr3bm9slk62w6xcg355hx85rwv2x16nl6qki70hsick"))))
+               "0kh7yz6jl0jj6z24vh5qzzdn4s3ll4i4rnk4d0l0animnm3s305v"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)
                      ("bc" ,bc)

Attachment: signature.asc
Description: PGP signature

Reply via email to