mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: rust-os-pipe: Update to 1.1.2.
* gnu/packages/crates-io.scm (rust-os-pipe-1): Update to 1.1.2.
This commit is contained in:
parent
8d74703777
commit
82e2e3dd53
1 changed files with 3 additions and 3 deletions
|
@ -38546,19 +38546,19 @@ (define-public rust-ordermap-0.3
|
|||
(define-public rust-os-pipe-1
|
||||
(package
|
||||
(name "rust-os-pipe")
|
||||
(version "1.0.1")
|
||||
(version "1.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "os-pipe" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mczqmqrkzmln4xg5ki1gwgykf4dsii0h4p7fxf667889ysz54ic"))))
|
||||
(base32 "0fa640v9bi1qcq3jgq1p76lphi4fwj4a9msrmfrq87n1z3qm58n6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
("rust-windows-sys" ,rust-windows-sys-0.42))))
|
||||
(native-inputs
|
||||
(list python-minimal-wrapper)) ; For the tests.
|
||||
(home-page "https://github.com/oconnor663/os_pipe.rs")
|
||||
|
|
Loading…
Reference in a new issue