~ruther/guix-local

c1ed117941f620d32ef13eaf2ddcb03fc4b6397d — Mark H Weaver 10 years ago 01963db
gnu: linux-libre-4.1: Update to 4.1.22.

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

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 354,13 354,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.21")
    (version "4.1.22")
    (source (origin
              (method url-fetch)
              (uri (linux-libre-urls version))
              (sha256
               (base32
                "1gfzwiinpxzhqb5xi7b1iv7ay96nrjlhia6bvcyq8ffkx7a2r715"))))
                "0bn6qba7q4i3yn3zx2p56gawnb2gczrf4vyrjggirj4d60gvng7y"))))
    (native-inputs
     (let ((conf (kernel-config (or (%current-target-system)
                                    (%current-system))