me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-base64-0.6.

* gnu/packages/crates-io.scm (rust-base64-0.6): Delete variable.

Change-Id: I34aa501887861625a9875a1c7226e68ab5ec3ee0
master
Efraim Flashner 2023-12-27 10:20:46 +02:00
parent 24a67e6852
commit 21716d56c9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 18 deletions

View File

@ -7343,24 +7343,6 @@ c6e7d37. However, this package works only up to 128 bytes.")
#:cargo-development-inputs
(("rust-rand" ,rust-rand-0.4))))))
(define-public rust-base64-0.6
(package
(inherit rust-base64-0.13)
(name "rust-base64")
(version "0.6.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "base64" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ja3c7wlzp3sb14f2ksp27x1mk8ycgh1391nnd7fvw01fnc4yhwn"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1)
("rust-safemem" ,rust-safemem-0.2))))))
(define-public rust-base64ct-1
(package
(name "rust-base64ct")