gnu: rust-open-2: Update to 2.1.3.
* gnu/packages/crates-io.scm (rust-open-2): Update to 2.1.3. [arguments]: Don't skip the build. [cargo-inputs]: Add rust-windows-sys-0.36. Remove rust-winapi-0.3. Change-Id: I5a490076c6993c5af4c7489dff2293fcf2f6ddbdmaster
parent
f163a510c5
commit
dddfb502ec
|
@ -48617,19 +48617,18 @@ the system.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-open-3)
|
(inherit rust-open-3)
|
||||||
(name "rust-open")
|
(name "rust-open")
|
||||||
(version "2.0.2")
|
(version "2.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "open" version))
|
(uri (crate-uri "open" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dq9c6dgq7iv5kvqfk8gvkfq34j5pdinfcs1hbdd4x6i62vf8vhp"))))
|
(base32 "137r49qinkxvw85z2cjlz03ds8w9jrakcm5iqdc2xf25ykxkyhpj"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-pathdiff" ,rust-pathdiff-0.2)
|
(("rust-pathdiff" ,rust-pathdiff-0.2)
|
||||||
("rust-winapi" ,rust-winapi-0.3))))))
|
("rust-windows-sys" ,rust-windows-sys-0.36))))))
|
||||||
|
|
||||||
(define-public rust-open-1
|
(define-public rust-open-1
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue