mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: Add rust-futures-timer-0.3.
* gnu/packages/crates-io.scm (rust-futures-timer-0.3): New variable.
This commit is contained in:
parent
ebee185817
commit
db341f15ce
1 changed files with 19 additions and 0 deletions
|
@ -13804,6 +13804,25 @@ (define-public rust-futures-timer-1
|
|||
(("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
|
||||
("rust-pin-utils" ,rust-pin-utils-0.1))))))
|
||||
|
||||
(define-public rust-futures-timer-0.3
|
||||
(package
|
||||
(inherit rust-futures-timer-3)
|
||||
(name "rust-futures-timer")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-timer" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0l35r7nm8p43j0adkhybnwxzbjiqy0b00kgccjy3l513m9abb7lg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-futures-preview" ,rust-futures-preview-0.3)
|
||||
("rust-pin-utils" ,rust-pin-utils-0.1))))))
|
||||
|
||||
(define-public rust-futures-timer-0.1
|
||||
(package
|
||||
(inherit rust-futures-timer-1)
|
||||
|
|
Loading…
Reference in a new issue