gnu: libnftnl: Update to 1.1.0.

* gnu/packages/linux.scm (libnftnl): Update to 1.1.0.
master
Tobias Geerinckx-Rice 2018-05-16 15:57:06 +02:00
parent 0a0d6f479f
commit b85c1858ac
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4162,7 +4162,7 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
(package
(name "libnftnl")
(version "1.0.9")
(version "1.1.0")
(source
(origin
(method url-fetch)
@ -4170,7 +4170,7 @@ re-use code and to avoid re-inventing the wheel.")
"libnftnl-" version ".tar.bz2"))
(sha256
(base32
"0d9nkdbdck8sg6msysqyv3m9kjr9sjif5amf26dfa0g3mqjdihgy"))))
"0v4gywcjvv2vg4zk632al1zv3ad0lx87nshynv110l8n3fhsq3pc"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))