~ruther/guix-local

2d2abb04f82f03f5d9e4f4fdce04c956805f0493 — Mark H Weaver 11 years ago ad797b7
gnu: linux-libre: Update to 4.0.1.

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

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

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


@@ 271,7 271,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
             (uri (linux-libre-urls version))
             (sha256
              (base32
               "12nkzn1n4si2zcp10b645qri83m2y7iwp29vs2rjmy612azdab8f"))
               "1d5r26fh7dpdckvxfyn69r72h02yvri92rcmi2r658k56snsxs2k"))
             (patches
              (list (search-patch "linux-libre-libreboot-fix.patch")))))
    (build-system gnu-build-system)