mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: Remove rust-base64-0.6.
* gnu/packages/crates-io.scm (rust-base64-0.6): Delete variable. Change-Id: I34aa501887861625a9875a1c7226e68ab5ec3ee0
This commit is contained in:
parent
24a67e6852
commit
21716d56c9
1 changed files with 0 additions and 18 deletions
|
@ -7343,24 +7343,6 @@ (define-public rust-base64-0.9
|
|||
#: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")
|
||||
|
|
Loading…
Reference in a new issue