mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: rust-open-5: Update to 5.3.1.
* gnu/packages/crates-io.scm (rust-open-5): Update to 5.3.1. Change-Id: If74265f72f0cdab31ef35938008ff59aabb19bf6 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a289b9e798
commit
56b76f6ce7
1 changed files with 2 additions and 2 deletions
|
@ -51932,14 +51932,14 @@ (define-public rust-opaque-debug-0.2
|
||||||
(define-public rust-open-5
|
(define-public rust-open-5
|
||||||
(package
|
(package
|
||||||
(name "rust-open")
|
(name "rust-open")
|
||||||
(version "5.1.2")
|
(version "5.3.1")
|
||||||
(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 "0ciy22dh82rdgmmsiai2wksx7sj9abb4ddnmxpqxnpfqapw0z7s4"))))
|
(base32 "177npnl443gln9ypzcpsj5fjw0yyslg2bai093740p6ip3q55k9y"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-is-wsl" ,rust-is-wsl-0.4)
|
`(#:cargo-inputs (("rust-is-wsl" ,rust-is-wsl-0.4)
|
||||||
|
|
Loading…
Reference in a new issue