gnu: rust-os-pipe-1: Update to 1.1.4.
* gnu/packages/crates-io.scm (rust-os-pipe-1): Update to 1.1.4. [cargo-inputs]: Replace rust-windows-sys-0.45 with 0.48.
parent
b81a029145
commit
935077c85d
|
@ -41916,19 +41916,19 @@ easy and usable crypto while trying to minimize the use of unsafe code.")
|
||||||
(define-public rust-os-pipe-1
|
(define-public rust-os-pipe-1
|
||||||
(package
|
(package
|
||||||
(name "rust-os-pipe")
|
(name "rust-os-pipe")
|
||||||
(version "1.1.3")
|
(version "1.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "os-pipe" version))
|
(uri (crate-uri "os-pipe" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04ls83i290scb8sfzdzj9b3kr9yplb5k864kg841cjzkz8hbngd5"))))
|
(base32 "0xy1igr1jfd9ijhr4sccvl8mzp0jic7njdmr56lsk3220ym5ks0a"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-windows-sys" ,rust-windows-sys-0.45))))
|
("rust-windows-sys" ,rust-windows-sys-0.48))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-minimal-wrapper)) ; For the tests.
|
(list python-minimal-wrapper)) ; For the tests.
|
||||||
(home-page "https://github.com/oconnor663/os_pipe.rs")
|
(home-page "https://github.com/oconnor663/os_pipe.rs")
|
||||||
|
|
Reference in New Issue