mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: rust-iptables-0.5: Update to 0.5.2.
* gnu/packages/crates-io.scm (rust-iptables-0.5): Update to 0.5.2. [cargo-inputs]: Replace rust-nix-0.27 with 0.29. Change-Id: I70b1b5e511b0cc69bd8175116bb37020df5dfd77
This commit is contained in:
parent
cc6c729206
commit
c4322de0e1
1 changed files with 3 additions and 3 deletions
|
@ -38389,19 +38389,19 @@ (define-public rust-ipnetwork-0.17
|
|||
(define-public rust-iptables-0.5
|
||||
(package
|
||||
(name "rust-iptables")
|
||||
(version "0.5.1")
|
||||
(version "0.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "iptables" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0a96p8fq70v3z2rjf4c461pqhad6nkibs7sfgydkrf7ys1r0v7yk"))))
|
||||
(base32 "1f8k90bhs34py78cw97jxh1hnxncfzbbr8my2d36ap9gba9jgdj3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests can't be run in the build environment.
|
||||
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-nix" ,rust-nix-0.27)
|
||||
("rust-nix" ,rust-nix-0.29)
|
||||
("rust-regex" ,rust-regex-1))))
|
||||
(home-page "https://github.com/yaa110/rust-iptables")
|
||||
(synopsis "Rust bindings for iptables")
|
||||
|
|
Loading…
Reference in a new issue