mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: Add rust-histo-1.
* gnu/packages/crates-io.scm (rust-histo-1): New variable. Change-Id: Ib1e8f13bcdc111700ce6e83d466f1f0a408b7eb7
This commit is contained in:
parent
7bf7bcf97b
commit
f15afc169a
1 changed files with 21 additions and 0 deletions
|
@ -31891,6 +31891,27 @@ (define-public rust-hifitime-3
|
|||
scientific applications with leap second support.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-histo-1
|
||||
(package
|
||||
(name "rust-histo")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "histo" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0v6znd33clam2b37rhn2pldd39l61605s1ivxzpjwdygi8f6mad6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-quickcheck" ,rust-quickcheck-0.4)
|
||||
("rust-streaming-stats" ,rust-streaming-stats-0.1))))
|
||||
(home-page "https://github.com/fitzgen/histo")
|
||||
(synopsis "Simple histograms with configurable buckets")
|
||||
(description
|
||||
"This package provides simple histograms with configurable buckets.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-home-0.5
|
||||
(package
|
||||
(name "rust-home")
|
||||
|
|
Loading…
Reference in a new issue