diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-10-09 11:46:36 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-10-18 11:36:23 +0300 |
commit | 8b60fb1110248b8c66b75cb3aa1133826095598a (patch) | |
tree | 6afb1b29112e8ccbca4e4eb5ca40366cbb5b55d8 | |
parent | 0ad30651bb7fbe1bceb1cdef7525523257928dfd (diff) |
gnu: rust-opener-0.5: Update to 0.5.2.
* gnu/packages/crates-io.scm (rust-opener-0.5): Update to 0.5.2.
[cargo-inputs]: Add rust-bstr-1.
[cargo-development-inputs]: Add rust-version-sync-0.9.
-rw-r--r-- | gnu/packages/crates-io.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 4a4f321dc7..4af5193186 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -45572,20 +45572,21 @@ the system.") (define-public rust-opener-0.5 (package (name "rust-opener") - (version "0.5.0") + (version "0.5.2") (source (origin (method url-fetch) (uri (crate-uri "opener" version)) - (file-name - (string-append name "-" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 - "0lkrn4fv1h4m8gmp7ll6x7vjvb6kls2ngwa5cgsh2ix5fb6yp8sf")))) + (base32 "01ghahdn64lw4whj0p70vmzivrdlmca2629gplalq99pirkiag19")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs - (("rust-winapi" ,rust-winapi-0.3)))) + (("rust-bstr" ,rust-bstr-1) + ("rust-winapi" ,rust-winapi-0.3)) + #:cargo-development-inputs + (("rust-version-sync" ,rust-version-sync-0.9)))) (home-page "https://github.com/Seeker14491/opener") (synopsis "Open a file or link using the system default program") (description "This crate provides the ability to open a file or link with |