gnu: libnftnl: Update to 1.2.6.

* gnu/packages/linux.scm (libnftnl): Update to 1.2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 3c4e890fcc
commit 4d16fd8829
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7837,14 +7837,14 @@ (define-public libmnl
(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))