~ruther/guix-local

1a400bd589874f93fd2f911645d2ca29f5164cdd — Mark H Weaver 10 years ago 9fbd458
gnu: linux-libre: Update to 4.2.3.

* gnu/packages/linux.scm (linux-libre): Update to 4.2.3.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 210,7 210,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
     #f)))

(define-public linux-libre
  (let* ((version "4.2.2")
  (let* ((version "4.2.3")
         (build-phase
          '(lambda* (#:key system inputs #:allow-other-keys #:rest args)
             ;; Apply the neat patch.


@@ 283,7 283,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
             (uri (linux-libre-urls version))
             (sha256
              (base32
               "0wk0lcbmvqmgp50gdn6vhvckml2gx1ikichms9a83nsjfwil450k"))))
               "1xpx32k6bzxqg5y8lyaana97jjcli00iyqklh5fdhirfvjb9dimd"))))
    (build-system gnu-build-system)
    (native-inputs `(("perl" ,perl)
                     ("bc" ,bc)