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:
Efraim Flashner 2024-12-31 16:14:16 +02:00
parent de3d299706
commit a86500e225
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")