gnu: Add rust-geo-0.4.

* gnu/packages/crates-io.scm (rust-geo-0.4): New variable.
This commit is contained in:
Nicolas Goaziou 2021-02-10 17:25:30 +01:00
parent a2b92ff6e6
commit b2857c8c39
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15186,6 +15186,30 @@ (define-public rust-genmesh-0.6
"This package provides a package for generating 3D meshes/")
(license license:asl2.0)))
(define-public rust-geo-0.4
(package
(name "rust-geo")
(version "0.4.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "geo" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "10mvrmi5xgpil6hxl6h3b0w4lvg7mxy04n3388ah0gwhcnc1whh3"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-num-traits" ,rust-num-traits-0.1)
("rust-serde" ,rust-serde-1)
("rust-serde-derive" ,rust-serde-derive-1))))
(home-page "https://github.com/georust/geo")
(synopsis "Geospatial primitives and algorithms")
(description
"This package provides geospatial primitives and algorithms.")
(license (list license:expat license:asl2.0))))
(define-public rust-getch-0.2
(package
(name "rust-getch")