gnu: Replace rust-win-crypto-ng-0.2 by rust-win-crypto-ng-0.4.
* gnu/packages/crates-io.scm (rust-win-crypto-ng-0.2): Update to 0.4.0 and rename to (rust-win-crypto-ng-0.4). [arguments]{cargo-inouts}: Add rust-cipher.
This commit is contained in:
parent
2e4bfeb4fe
commit
fe9ed313eb
1 changed files with 5 additions and 4 deletions
|
@ -40625,22 +40625,23 @@ color in a Windows console.")
|
||||||
(license (list license:unlicense
|
(license (list license:unlicense
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
(define-public rust-win-crypto-ng-0.2
|
(define-public rust-win-crypto-ng-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-win-crypto-ng")
|
(name "rust-win-crypto-ng")
|
||||||
(version "0.2.1")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "win-crypto-ng" version))
|
(uri (crate-uri "win-crypto-ng" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ab0iwl4bmqvysypyn6xgax7rlh3w524jji2y1zfwfpdr7wwyv23"))))
|
(base32 "0v26ssjip8fdilj1j6csnvcny98gb90ra1qlnm2xwjlgivlr5kr4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
(("rust-cipher" ,rust-cipher-0.2)
|
||||||
|
("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||||
("rust-rand-core" ,rust-rand-core-0.5)
|
("rust-rand-core" ,rust-rand-core-0.5)
|
||||||
("rust-winapi" ,rust-winapi-0.3)
|
("rust-winapi" ,rust-winapi-0.3)
|
||||||
("rust-zeroize" ,rust-zeroize-1))))
|
("rust-zeroize" ,rust-zeroize-1))))
|
||||||
|
|
Reference in a new issue