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:
Murilo 2024-11-29 11:36:46 -03:00 committed by Efraim Flashner
parent a289b9e798
commit 56b76f6ce7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -51932,14 +51932,14 @@ (define-public rust-opaque-debug-0.2
(define-public rust-open-5
(package
(name "rust-open")
(version "5.1.2")
(version "5.3.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "open" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0ciy22dh82rdgmmsiai2wksx7sj9abb4ddnmxpqxnpfqapw0z7s4"))))
(base32 "177npnl443gln9ypzcpsj5fjw0yyslg2bai093740p6ip3q55k9y"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-is-wsl" ,rust-is-wsl-0.4)