~ruther/guix-local

4d16fd8829e9d4ff31f226ccabd1e88ffbf425c5 — Tobias Geerinckx-Rice 2 years ago 3c4e890
gnu: libnftnl: Update to 1.2.6.

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

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +3 -3
@@ 7837,14 7837,14 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
  (package
    (name "libnftnl")
    (version "1.2.4")
    (version "1.2.6")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://netfilter.org/libnftnl/"
                           "libnftnl-" version ".tar.bz2"))
                           "libnftnl-" version ".tar.xz"))
       (sha256
        (base32 "0zs7c8swlirxnbhl8q1b0p8g3jrzns7fyxsrglz71zfdwhxj7zn0"))))
        (base32 "1x3pqxclpxcw8x5qx0vyi7znf9xwlkqsfd9sy4cxlir1v4nfmsnf"))))
    (build-system gnu-build-system)
    (native-inputs
     (list pkg-config))