guix-commits
[Top][All Lists]
Advanced

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

174/424: gnu: rust-clap-complete-fig-4: Update to 4.5.2.


From: guix-commits
Subject: 174/424: gnu: rust-clap-complete-fig-4: Update to 4.5.2.
Date: Sun, 10 Nov 2024 05:41:56 -0500 (EST)

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

commit c977dce548ef91bcb43e84eb9ee7669e1c1ea76e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 15:27:06 2024 +0300

    gnu: rust-clap-complete-fig-4: Update to 4.5.2.
    
    * gnu/packages/crates-io.scm (rust-clap-complete-fig-4): Update to 4.5.2.
    [cargo-development-inputs]: Replace rust-snapbox-0.4 with 0.6.
    
    Change-Id: I1e0187e367c815ffa850aefc6cdd269e754bb45c
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5fd3f40cc0..aff131ad45 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13074,14 +13074,14 @@ command to Clap.")
 (define-public rust-clap-complete-fig-4
   (package
     (name "rust-clap-complete-fig")
-    (version "4.3.1")
+    (version "4.5.2")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "clap_complete_fig" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "17yfrdxy555fv56y0n69r4kgd2iwpq4mgz6k5rn5lc2i1b9y3zlr"))))
+                "0sy88ybw33ba7qj02caxr9jv03wq1f8rdbrbqw81i5gkiwn1156l"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -13089,7 +13089,7 @@ command to Clap.")
         ("rust-clap-complete" ,rust-clap-complete-4))
        #:cargo-development-inputs
        (("rust-clap" ,rust-clap-4)
-        ("rust-snapbox" ,rust-snapbox-0.4))))
+        ("rust-snapbox" ,rust-snapbox-0.6))))
     (home-page "https://github.com/clap-rs/clap/tree/master/clap_complete_fig";)
     (synopsis "Generator library used with clap for Fig completion scripts")
     (description



reply via email to

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