gnu: libnftnl: Update to 1.2.1.

* gnu/packages/linux.scm (libnftnl): Update to 1.2.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-26 23:41:49 +01:00
parent d0db0e7892
commit 1cb72b1473
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6922,14 +6922,14 @@ (define-public libmnl
(define-public libnftnl
(package
(name "libnftnl")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2"))
(sha256
(base32 "1xblq1cbcxhr6qmjpy98i1qdza148idgz99vbhjc7s4vzvfizc4h"))))
(base32 "0z4khm2mnys9mcl8ckwf19cw20jgrv8650nfncy3xcgs2k2aa23m"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))