guix-commits
[Top][All Lists]
Advanced

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

176/384: gnu: rust-clap-4: Update to 4.5.18.


From: guix-commits
Subject: 176/384: gnu: rust-clap-4: Update to 4.5.18.
Date: Thu, 10 Oct 2024 07:58:04 -0400 (EDT)

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

commit a41496659238e57d65b830e94a7c5d34a518e49a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 15:28:09 2024 +0300

    gnu: rust-clap-4: Update to 4.5.18.
    
    * gnu/packages/crates-io.scm (rust-clap-4): Update to 4.5.18.
    [cargo-development-inputs]: Add rust-automod-1, rust-clap-cargo-0.14.
    Replace rust-snapbox-0.5 with 0.6.
    
    Change-Id: I32ab02b0716aa6309892fb5b2ea8fb1b58e938bd
---
 gnu/packages/crates-io.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ed6f23cb0a..366bbb2a36 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13203,7 +13203,7 @@ how to behave across the three main input sources")
 (define-public rust-clap-4
   (package
     (name "rust-clap")
-    (version "4.5.4")
+    (version "4.5.18")
     (source
      (origin
        (method url-fetch)
@@ -13211,17 +13211,19 @@ how to behave across the three main input sources")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1828wm9qws5gh2xnimnvmp2vria6d6hsxnqmhnm84dwjcxm0dg4h"))))
+         "1lsxa59bgfxaag1q65ndp801h7vw9dffsly0zzx1mb13nd1nm5dh"))))
     (build-system cargo-build-system)
     (arguments
      (list #:cargo-inputs
            `(("rust-clap-builder" ,rust-clap-builder-4)
              ("rust-clap-derive" ,rust-clap-derive-4))
            #:cargo-development-inputs
-           `(("rust-humantime" ,rust-humantime-2)
+           `(("rust-automod" ,rust-automod-1)
+             ("rust-clap-cargo" ,rust-clap-cargo-0.14)
+             ("rust-humantime" ,rust-humantime-2)
              ("rust-rustversion" ,rust-rustversion-1)
              ("rust-shlex" ,rust-shlex-1)
-             ("rust-snapbox" ,rust-snapbox-0.5)
+             ("rust-snapbox" ,rust-snapbox-0.6)
              ("rust-trybuild" ,rust-trybuild-1)
              ("rust-trycmd" ,rust-trycmd-0.15))))
     (home-page "https://clap.rs/";)



reply via email to

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