me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-argon2rs-0.2.

* gnu/packages/crates-io.scm (rust-argon2rs-0.2): Delete variable.
Efraim Flashner 2022-10-18 22:31:54 +03:00
parent 7d38ae4c52
commit 79b402cb9b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 33 deletions

View File

@ -3333,39 +3333,6 @@ coverage-guided, mutation-based fuzzers.")
(description "Derive-based argument parser optimized for code size")
(license license:bsd-3)))
(define-public rust-argon2rs-0.2
(package
(name "rust-argon2rs")
(version "0.2.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "argon2rs" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"14mkgkrjd4b4zy92pflz6yb4j1wn2chbd8jczxknxbkdm2vb0rrz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-blake2-rfc" ,rust-blake2-rfc-0.2)
("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1))
#:cargo-development-inputs
(("rust-cargon" ,rust-cargon-0.0))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-cargo-toml
(lambda _
(substitute* "Cargo.toml"
(("\\{ path =.*,") "{"))
#t)))))
(home-page "https://github.com/bryant/argon2rs")
(synopsis "Rust password hashing library that runs on Argon2")
(description "This package provides a pure Rust password hashing library
that runs on Argon2.")
(license license:expat)))
(define-public rust-arr-macro-impl-0.1
(package
(name "rust-arr-macro-impl")