mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
aba73899e3
commit
4f3fd61031
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue