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