mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Add rust-blocking-0.4.
* gnu/packages/crates-io.scm (rust-blocking-0.4): New variable.
This commit is contained in:
parent
720bb2b03f
commit
9e17c5aed8
1 changed files with 21 additions and 0 deletions
|
@ -3261,6 +3261,27 @@ (define-public rust-blocking-0.6
|
|||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-waker-fn" ,rust-waker-fn-1))))))
|
||||
|
||||
(define-public rust-blocking-0.4
|
||||
(package
|
||||
(inherit rust-blocking-0.6)
|
||||
(name "rust-blocking")
|
||||
(version "0.4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "blocking" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0av1h5p6lb5bpzghmzsksx31icvdwrpxxzkq6r56n1l5pzvqyinj"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-async-channel" ,rust-async-channel-1)
|
||||
("rust-atomic-waker" ,rust-atomic-waker-1)
|
||||
("rust-futures-lite" ,rust-futures-lite-0.1)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-parking" ,rust-parking-1)
|
||||
("rust-waker-fn" ,rust-waker-fn-1))))))
|
||||
|
||||
(define-public rust-bresenham-0.1
|
||||
(package
|
||||
(name "rust-bresenham")
|
||||
|
|
Loading…
Reference in a new issue