gnu: libnftnl: Update to 1.1.9.

* gnu/packages/linux.scm (libnftnl): Update to 1.1.9.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-18 01:30:02 +01:00
parent a1093d73c3
commit e5a806a43a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6434,14 +6434,14 @@ (define-public libmnl
(define-public libnftnl
(package
(name "libnftnl")
(version "1.1.8")
(version "1.1.9")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2"))
(sha256
(base32 "04dp797llg3cqzivwrql30wg9mfr0ngnp0v5gs7jcdmp11dzm8q4"))))
(base32 "16jbp4fs5dz2yf4c3bl1sb48x9x9wi1chv39zwmfgya1k9pimcp9"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))