3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add rust-version-compare-0.0.

* gnu/packages/crates-io.scm (rust-version-compare-0.0): New variable.
This commit is contained in:
Nicolas Goaziou 2020-11-06 21:39:17 +01:00
parent 4513aaf385
commit 7b18ade5f0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -31081,6 +31081,26 @@ If that fails, no determination is made, and calls return None.")
(base32
"1pf91pvj8n6akh7w6j5ypka6aqz08b3qpzgs0ak2kjf4frkiljwi"))))))
(define-public rust-version-compare-0.0
(package
(name "rust-version-compare")
(version "0.0.11")
(source
(origin
(method url-fetch)
(uri (crate-uri "version-compare" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "06v688jg6gd00zvm3cp7qh2h3mz8cs2ngr09bnwxhyddxrcwh60w"))))
(build-system cargo-build-system)
(home-page "https://github.com/timvisee/version-compare")
(synopsis "Rust library to easily compare version numbers")
(description
"This package provides a Rust library to easily compare version
numbers, and test them against various comparison operators.")
(license license:expat)))
(define-public rust-version-sync-0.8
(package
(name "rust-version-sync")