mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add rust-rstar-0.8.
* gnu/packages/crates-io.scm (rust-rstar-0.8): New variable.
This commit is contained in:
parent
348a4c3ed2
commit
ed510069f7
1 changed files with 15 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue