~ruther/guix-local

b84a80793aba4bb77ea7a2faa7dd7d7fa6191e8d — Marius Bakke 8 years ago bd6d0eb
gnu: libnl: Update to 3.4.0.

* gnu/packages/linux.scm (libnl): Update to 3.4.0.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +3 -3
@@ 1466,7 1466,7 @@ transparently through a bridge.")
(define-public libnl
  (package
    (name "libnl")
    (version "3.3.0")
    (version "3.4.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 1475,7 1475,7 @@ transparently through a bridge.")
                    "/libnl-" version ".tar.gz"))
              (sha256
               (base32
                "1r3lw3hjvqxi5zqyq2w1qadm3gisd9nlf71dkl4yplacmssnhm3h"))))
                "1gzm444rnsib64dddv0cwlpzy1q4bycjqhp1i5pxpikimqvpca5p"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("bison" ,bison)


@@ 1490,7 1490,7 @@ transparently through a bridge.")
                 (string-join (string-split version #\.) "_")
                 "/libnl-doc-" version ".tar.gz"))
           (sha256
            (base32 "0srab805yj8wb13l64qjyp3mdbqapxg5vk46v3zlhhzpmxqw8j7r"))))))
            (base32 "1m5cnzviv31gjnz6fz5rgyl6ah4dbp2akm49j9973sgwl36gs8jx"))))))
    (inputs
     `(("python-2" ,python-2)
       ("python-3" ,python-3)))