mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-totp-lite-1.
* gnu/packages/crates-crypto.scm (rust-totp-lite-1): Delete variable. Change-Id: Ic49065bffb04285d89afd46487d8f8c96cbd1219
This commit is contained in:
parent
de3d299706
commit
a86500e225
1 changed files with 0 additions and 25 deletions
|
@ -6558,31 +6558,6 @@ and deserialization.")
|
|||
One-Time Password library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-totp-lite-1
|
||||
(package
|
||||
(name "rust-totp-lite")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "totp-lite" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12ql4pi9q7sf5651588wia2l5h4mil3kv9jrrkib5gvlpvl0k05i"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-digest" ,rust-digest-0.9)
|
||||
("rust-hmac" ,rust-hmac-0.11)
|
||||
("rust-sha-1" ,rust-sha-1-0.9)
|
||||
("rust-sha2" ,rust-sha2-0.9))))
|
||||
(home-page "https://github.com/fosskers/totp-lite")
|
||||
(synopsis "Simple, correct TOTP library")
|
||||
(description "Rust-totp-lite provides a simple, correct time-based
|
||||
One-Time Password library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-twofish-0.7
|
||||
(package
|
||||
(name "rust-twofish")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue