gnu: rust-os-pipe: Update to 0.9.2.

* gnu/packages/crates-io.scm (rust-os-pipe-0.8): Replace with ...
(rust-os-pipe-0.9): ... new variable.
(arguments)<#:cargo-inputs>: Replace rust-nix-0.15 with rust-libc-0.2.
This commit is contained in:
Leo Famulari 2021-10-19 11:12:02 -04:00
parent 140b486437
commit ee7c96a6a4
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 4 deletions

View File

@ -33462,10 +33462,10 @@ under its new name.")
"This library detects the operating system type and version.")
(license license:expat)))
(define-public rust-os-pipe-0.8
(define-public rust-os-pipe-0.9
(package
(name "rust-os-pipe")
(version "0.8.2")
(version "0.9.2")
(source
(origin
(method url-fetch)
@ -33474,12 +33474,12 @@ under its new name.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"049ax8shxik7mm68r2nf7xnrcq3z3p7hz54sbrcxwywxqsjdzs41"))))
"04yjs1hf88jjm17g8a2lr7ibxyyg460rzbgcw9f1yzihq833y8zv"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-nix" ,rust-nix-0.15)
(("rust-libc" ,rust-libc-0.2)
("rust-winapi" ,rust-winapi-0.3))))
(home-page
"https://github.com/oconnor663/os_pipe.rs")