mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add rust-pulse-0.5.
* gnu/packages/crates-io.scm (rust-pulse-0.5): New variable.
This commit is contained in:
parent
3b8bf95a6b
commit
e6f7dbbd71
1 changed files with 22 additions and 0 deletions
|
@ -18878,6 +18878,28 @@ (define-public rust-pulldown-cmark-0.0.8
|
|||
(("rust-bitflags" ,rust-bitflags-0.5)
|
||||
("rust-getopts" ,rust-getopts-0.2))))))
|
||||
|
||||
(define-public rust-pulse-0.5
|
||||
(package
|
||||
(name "rust-pulse")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pulse" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1w4skcnwmavm8ra9blf1hy7bc9grnin2kziiyc18lsnrr2v14mk5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-atom" ,rust-atom-0.3)
|
||||
("rust-time" ,rust-time-0.1))))
|
||||
(home-page "https://github.com/csherratt/pulse")
|
||||
(synopsis "Async wake signals library")
|
||||
(description "This package provides a library for async wake signals.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-quantiles-0.7
|
||||
(package
|
||||
(name "rust-quantiles")
|
||||
|
|
Loading…
Reference in a new issue