gnu: Add rust-uuid-0.5.

* gnu/packages/crates-io.scm (rust-uuid-0.5): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-26 16:42:33 +03:00 committed by Efraim Flashner
parent e3249fe2ce
commit 355658ee60
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -18700,6 +18700,28 @@ (define-public rust-uuid-0.7
"This package provides a library to generate and parse UUIDs.")
(license (list license:asl2.0 license:expat))))
(define-public rust-uuid-0.5
(package
(inherit rust-uuid-0.7)
(name "rust-uuid")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "uuid" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"08nw3famk1w1zf9ck32pmklk24wd4n4nqnr9wl46qvxak2wf7ixw"))))
(arguments
`(#:cargo-inputs
(("rust-md5" ,rust-md5-0.3)
("rust-rand" ,rust-rand-0.3)
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
("rust-serde" ,rust-serde-1.0)
("rust-sha1" ,rust-sha1-0.2))))))
(define-public rust-vcpkg-0.2
(package
(name "rust-vcpkg")