guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

232/276: gnu: rust-opener-0.5: Update to 0.5.2.


From: guix-commits
Subject: 232/276: gnu: rust-opener-0.5: Update to 0.5.2.
Date: Wed, 18 Oct 2023 04:50:20 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 8b60fb1110248b8c66b75cb3aa1133826095598a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 9 11:46:36 2023 +0300

    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.
---
 gnu/packages/crates-io.scm | 13 +++++++------
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]