me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-geo-0.4.

* gnu/packages/crates-io.scm (rust-geo-0.4): Delete variable.

Change-Id: I59aa3a0ebb367ff1ff87f1f7ac3fd38c94a09738
master
Efraim Flashner 2024-01-22 22:00:21 +02:00
parent 5fbfaf4ee5
commit 76bc6c1f21
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 24 deletions

View File

@ -24886,30 +24886,6 @@ Rust.")
"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-geo-types-0.7
(package
(name "rust-geo-types")