guix-commits
[Top][All Lists]
Advanced

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

51/135: gnu: rust-clap-4: Update to 4.5.4.


From: guix-commits
Subject: 51/135: gnu: rust-clap-4: Update to 4.5.4.
Date: Wed, 27 Mar 2024 04:54:52 -0400 (EDT)

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

commit 01328709477201f171bc7a230e9c2bc377881990
Author: VÖRÖSKŐI András <voroskoi@gmail.com>
AuthorDate: Sat Feb 24 21:40:11 2024 +0100

    gnu: rust-clap-4: Update to 4.5.4.
    
    * gnu/packages/crates-io.scm (rust-clap-4): Update to 4.5.4.
    [cargo-development-inputs]: Replace rust-snapbox-0.4 with 0.5,
    rust-trycmd-0.14 with 0.15.
    
    Change-Id: I0a7bec988133cbb0d10a15293eaaf4e0f3c6cb5c
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 665e317234..e41c811b1a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12351,7 +12351,7 @@ how to behave across the three main input sources")
 (define-public rust-clap-4
   (package
     (name "rust-clap")
-    (version "4.4.16")
+    (version "4.5.4")
     (source
      (origin
        (method url-fetch)
@@ -12359,7 +12359,7 @@ how to behave across the three main input sources")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0ialpybl8n8ybfikzy5f07d64pfdajls0s00bf4wgkh4q20liraq"))))
+         "1828wm9qws5gh2xnimnvmp2vria6d6hsxnqmhnm84dwjcxm0dg4h"))))
     (build-system cargo-build-system)
     (arguments
      (list #:cargo-inputs
@@ -12369,9 +12369,9 @@ how to behave across the three main input sources")
            `(("rust-humantime" ,rust-humantime-2)
              ("rust-rustversion" ,rust-rustversion-1)
              ("rust-shlex" ,rust-shlex-1)
-             ("rust-snapbox" ,rust-snapbox-0.4)
+             ("rust-snapbox" ,rust-snapbox-0.5)
              ("rust-trybuild" ,rust-trybuild-1)
-             ("rust-trycmd" ,rust-trycmd-0.14))))
+             ("rust-trycmd" ,rust-trycmd-0.15))))
     (home-page "https://clap.rs/";)
     (synopsis "Command Line Argument Parser")
     (description



reply via email to

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