mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add rust-os-pipe-0.8.
* gnu/packages/crates-io.scm (rust-os-pipe-0.8): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
b370ac2103
commit
829c2eaa7f
1 changed files with 18 additions and 1 deletions
|
@ -41432,10 +41432,27 @@ under its new name.")
|
|||
"04yjs1hf88jjm17g8a2lr7ibxyyg460rzbgcw9f1yzihq833y8zv"))))
|
||||
(native-inputs (list))))
|
||||
|
||||
(define-public rust-os-pipe-0.5
|
||||
(define-public rust-os-pipe-0.8
|
||||
(package
|
||||
(inherit rust-os-pipe-0.9)
|
||||
(name "rust-os-pipe")
|
||||
(version "0.8.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "os-pipe" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"049ax8shxik7mm68r2nf7xnrcq3z3p7hz54sbrcxwywxqsjdzs41"))))
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
`(("rust-nix" ,rust-nix-0.15)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-os-pipe-0.5
|
||||
(package
|
||||
(inherit rust-os-pipe-0.8)
|
||||
(name "rust-os-pipe")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
|
|
Loading…
Reference in a new issue