gnu: Add rust-rstar-0.8.

* gnu/packages/crates-io.scm (rust-rstar-0.8): New variable.
This commit is contained in:
Efraim Flashner 2021-07-13 13:27:33 +03:00
parent 348a4c3ed2
commit ed510069f7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -37165,6 +37165,21 @@ (define-public rust-rstar-0.9
"R*-tree library for the rust ecosystem.")
(license (list license:expat license:asl2.0))))
(define-public rust-rstar-0.8
(package
(inherit rust-rstar-0.9)
(name "rust-rstar")
(version "0.8.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "rstar" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1b6vjfwvpcgy0q8ywywz548vhxrmhbz2sm6xyhnmj5p5xd1xfqff"))))))
(define-public rust-rpassword-5
(package
(name "rust-rpassword")