gnu: rust-base64-0.10: Inherit from rust-base64-0.11.

* gnu/packages/crates-io.scm (rust-base64-0.10): Inherit from
rust-base64-0.11.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-18 23:17:28 +03:00 committed by Efraim Flashner
parent aba73899e3
commit 4f3fd61031
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -714,6 +714,7 @@ (define-public rust-base64-0.11
(define-public rust-base64-0.10
(package
(inherit rust-base64-0.11)
(name "rust-base64")
(version "0.10.1")
(source
@ -725,19 +726,13 @@ (define-public rust-base64-0.10
(sha256
(base32
"13k6bvd3n6dm7jqn9x918w65dd9xhx454bqphbnv0bkd6n9dj98b"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3))
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.2)
("rust-rand" ,rust-rand-0.4))))
(home-page "https://github.com/marshallpierce/rust-base64")
(synopsis "Encodes and decodes base64 as bytes or utf8")
(description
"Encodes and decodes base64 as bytes or utf8.")
(license (list license:expat license:asl2.0))))
("rust-rand" ,rust-rand-0.4))))))
(define-public rust-base-x-0.2
(package