~ruther/guix-local

4e8efc15fb9082fb80726a2a37c4e6ebb13552fa — Mark H Weaver 9 years ago 3920868
gnu: linux-libre@4.1: Update to 4.1.29.

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

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 358,13 358,13 @@ It has been modified to remove all non-free binary blobs.")
(define-public linux-libre-4.1
  (package
    (inherit linux-libre)
    (version "4.1.28")
    (version "4.1.29")
    (source (origin
              (method url-fetch)
              (uri (linux-libre-urls version))
              (sha256
               (base32
                "02b7hq32cyx3h04k7l3mfzhh09snh5x4pxiwxllwchw94a6lkxl8"))))
                "1ygd89x5plkpxisafhnrnfbw69a257sza2gw15wj9jkzxs36a1jp"))))
    (native-inputs
     (let ((conf (kernel-config (or (%current-target-system)
                                    (%current-system))