mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-streaming-stats-0.2: Update to 0.2.3.
* gnu/packages/crates-io.scm (rust-streaming-stats-0.2): Update to 0.2.3. [arguments]: Add rust-num-traits-0.2 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
7f9e0380eb
commit
41f7daa7e2
1 changed files with 5 additions and 3 deletions
|
@ -11949,7 +11949,7 @@ crate.")
|
||||||
(define-public rust-streaming-stats-0.2
|
(define-public rust-streaming-stats-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-streaming-stats")
|
(name "rust-streaming-stats")
|
||||||
(version "0.2.2")
|
(version "0.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11957,13 +11957,15 @@ crate.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l7xz4g6709s80zqpvlhrg0qhgz64r94cwhmfsg8xhabgznbp2px"))))
|
"0iz5dlq51w5hxjrv6a4hpf8rrj91kgvy0s9mhj0j12il9v771mmh"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-num-traits" ,rust-num-traits-0.2))))
|
||||||
(home-page "https://github.com/BurntSushi/rust-stats")
|
(home-page "https://github.com/BurntSushi/rust-stats")
|
||||||
(synopsis "Compute basic statistics on streams")
|
(synopsis "Compute basic statistics on streams")
|
||||||
(description
|
(description
|
||||||
"Experimental crate for computing basic statistics on streams.")
|
"Experimental crate for computing basic statistics on streams.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:unlicense
|
(license (list license:unlicense
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue