me
/
guix
Archived
1
0
Fork 0

gnu: libnftnl: Update to 1.1.8.

* gnu/packages/linux.scm (libnftnl): Update to 1.1.8.
master
Tobias Geerinckx-Rice 2020-11-01 17:23:49 +01:00
parent 6547296b9d
commit ee079952bb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6231,14 +6231,14 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
(package
(name "libnftnl")
(version "1.1.7")
(version "1.1.8")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2"))
(sha256
(base32 "13zd90bfrr0q3j0l0cbc8kiizccw6n8gp727kqnfljh024zw3nr0"))))
(base32 "04dp797llg3cqzivwrql30wg9mfr0ngnp0v5gs7jcdmp11dzm8q4"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))