Archived
1
0
Fork 0

gnu: libnftnl: Update to 1.2.2.

* gnu/packages/linux.scm (libnftnl): Update to 1.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-05 02:00:04 +02:00
parent 424a14a386
commit 15f2098412
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7245,14 +7245,14 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl (define-public libnftnl
(package (package
(name "libnftnl") (name "libnftnl")
(version "1.2.1") (version "1.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/" (uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2")) "libnftnl-" version ".tar.bz2"))
(sha256 (sha256
(base32 "0z4khm2mnys9mcl8ckwf19cw20jgrv8650nfncy3xcgs2k2aa23m")))) (base32 "02kdxp4l1ds5lpkw6rxv6f7icc70am6ik3p9z5l8v48mkm7h1z4y"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))