gnu: libnftnl: Update to 1.2.3.

* gnu/packages/linux.scm (libnftnl): Update to 1.2.3.
This commit is contained in:
Tobias Geerinckx-Rice 2022-08-07 02:00:01 +02:00
parent ab34425e53
commit 4985043c7c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7330,14 +7330,14 @@ (define-public libmnl
(define-public libnftnl
(package
(name "libnftnl")
(version "1.2.2")
(version "1.2.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2"))
(sha256
(base32 "02kdxp4l1ds5lpkw6rxv6f7icc70am6ik3p9z5l8v48mkm7h1z4y"))))
(base32 "0m82bmh8i24hwxmz7rxwxjll4904ghd2b1x1p5h8algrg6dyl5p9"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))