mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-11 23:50:33 +02:00
gnu: Remove rust-base64ct-1.1.
* gnu/packages/crates-crypto.scm (rust-base64ct-1.1): Delete variable. Change-Id: Ia8d25c93d1a4a8d726bd083c7c25b30cfdbded6b
This commit is contained in:
@@ -675,20 +675,6 @@ portable \"best effort\" constant-time operation and embedded-friendly
|
||||
@code{no_std} support.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-base64ct-1.1
|
||||
(package
|
||||
(inherit rust-base64ct-1)
|
||||
(name "rust-base64ct")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "base64ct" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0p4was874qc90q2chm2i14m9mn8zmxjis8vaxihd6a2x4aqxkd76"))))
|
||||
(arguments '())))
|
||||
|
||||
(define-public rust-bcrypt-pbkdf-0.10
|
||||
(package
|
||||
(name "rust-bcrypt-pbkdf")
|
||||
|
||||
Reference in New Issue
Block a user