mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: libnftnl: Update to 1.2.0.
* gnu/packages/linux.scm (libnftnl): Update to 1.2.0.
This commit is contained in:
parent
e6eacc34aa
commit
cedcab1da3
1 changed files with 2 additions and 2 deletions
|
@ -6612,14 +6612,14 @@ (define-public libmnl
|
||||||
(define-public libnftnl
|
(define-public libnftnl
|
||||||
(package
|
(package
|
||||||
(name "libnftnl")
|
(name "libnftnl")
|
||||||
(version "1.1.9")
|
(version "1.2.0")
|
||||||
(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 "16jbp4fs5dz2yf4c3bl1sb48x9x9wi1chv39zwmfgya1k9pimcp9"))))
|
(base32 "1xblq1cbcxhr6qmjpy98i1qdza148idgz99vbhjc7s4vzvfizc4h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in a new issue