1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +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:
Efraim Flashner 2024-12-04 12:11:50 +02:00
parent 5355beebb8
commit 35f15c162b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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