mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: Add rust-streaming-stats-0.1.
* gnu/packages/crates-io.scm (rust-streaming-stats-0.1): New variable. Change-Id: I3eabf612e2691ae52b031da3520db15f8fbf3acc
This commit is contained in:
parent
70f548ccfb
commit
b361689e5d
1 changed files with 15 additions and 0 deletions
|
@ -75519,6 +75519,21 @@ (define-public rust-streaming-stats-0.2
|
|||
(license (list license:unlicense
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-streaming-stats-0.1
|
||||
(package
|
||||
(inherit rust-streaming-stats-0.2)
|
||||
(name "rust-streaming-stats")
|
||||
(version "0.1.29")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "streaming-stats" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "09cbpj40g1wcmkz9bpm9yrqyrvqizn6kmwac1jpb2prq6gr2phyv"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-num-traits" ,rust-num-traits-0.2))))))
|
||||
|
||||
(define-public rust-strength-reduce-0.2
|
||||
(package
|
||||
(name "rust-strength-reduce")
|
||||
|
|
Loading…
Reference in a new issue