mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: Add rust-blowfish-0.9.
* gnu/packages/crates-io.scm (rust-blowfish-0.9): New variable.
This commit is contained in:
parent
1a13caf48a
commit
c1202f130a
1 changed files with 23 additions and 0 deletions
|
@ -8319,6 +8319,29 @@ (define-public rust-blocking-0.4
|
||||||
("rust-parking" ,rust-parking-1)
|
("rust-parking" ,rust-parking-1)
|
||||||
("rust-waker-fn" ,rust-waker-fn-1))))))
|
("rust-waker-fn" ,rust-waker-fn-1))))))
|
||||||
|
|
||||||
|
(define-public rust-blowfish-0.9
|
||||||
|
(package
|
||||||
|
(name "rust-blowfish")
|
||||||
|
(version "0.9.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "blowfish" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1mw7bvj3bg5w8vh9xw9xawqh7ixk2xwsxkj34ph96b9b1z6y44p4"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-byteorder" ,rust-byteorder-1)
|
||||||
|
("rust-cipher" ,rust-cipher-0.4))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-cipher" ,rust-cipher-0.4))))
|
||||||
|
(home-page "https://github.com/RustCrypto/block-ciphers")
|
||||||
|
(synopsis "Blowfish block cipher")
|
||||||
|
(description "Blowfish block cipher")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-botan-0.10
|
(define-public rust-botan-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-botan")
|
(name "rust-botan")
|
||||||
|
|
Loading…
Reference in a new issue