mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -05:00
gnu: Add rust-eyeball-im-util-0.5.
* gnu/packages/crates-io.scm (rust-eyeball-im-util-0.5): Add variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: Ie02a9d26cb5ac5155d2bc450a8b796bed2052f0d
This commit is contained in:
parent
b4b59049d6
commit
90706559fe
1 changed files with 29 additions and 0 deletions
|
@ -22618,6 +22618,35 @@ (define-public rust-eyeball-im-0.4
|
|||
(description "Observable collections based on the `im` crate.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-eyeball-im-util-0.5
|
||||
(package
|
||||
(name "rust-eyeball-im-util")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "eyeball-im-util" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0q4r3qi46s8mnvn2y9pk322y4qdl4j81pa53q7xg4c9zncma5zn0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-arrayvec" ,rust-arrayvec-0.7)
|
||||
("rust-eyeball-im" ,rust-eyeball-im-0.4)
|
||||
("rust-futures-core" ,rust-futures-core-0.3)
|
||||
("rust-imbl" ,rust-imbl-2)
|
||||
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
|
||||
("rust-smallvec" ,rust-smallvec-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-eyeball" ,rust-eyeball-0.8)
|
||||
("rust-futures-util" ,rust-futures-util-0.3)
|
||||
("rust-stream-assert" ,rust-stream-assert-0.1)
|
||||
("rust-tokio" ,rust-tokio-1))))
|
||||
(home-page "https://github.com/jplatte/eyeball")
|
||||
(synopsis "Helpful utilities for `eyeball-im`")
|
||||
(description "Helpful utilities for `eyeball-im`.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-eyre-0.6
|
||||
(package
|
||||
(name "rust-eyre")
|
||||
|
|
Loading…
Reference in a new issue