guix-commits
[Top][All Lists]
Advanced

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

98/308: gnu: rust-clap-4: Update to 4.5.21.


From: guix-commits
Subject: 98/308: gnu: rust-clap-4: Update to 4.5.21.
Date: Wed, 4 Dec 2024 16:20:43 -0500 (EST)

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

commit 9fb658335317b09c147a2c884169f3729198bf2c
Author: Jordan Moore <lockbox@struct.foo>
AuthorDate: Mon Dec 2 22:00:17 2024 -0500

    gnu: rust-clap-4: Update to 4.5.21.
    
    * gnu/packages/crates-io.scm (rust-clap-4): Update to 4.5.21.
    [cargo-inputs]: Add rust-terminal-size-0.4.
    [home-page]: Update project home-page.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
    Change-Id: I619024e00e94e9ef38e7f95ef2a57bbdc0e8da3b
---
 gnu/packages/crates-io.scm | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f1cdb66202..b11539e75e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13872,34 +13872,32 @@ how to behave across the three main input sources")
 (define-public rust-clap-4
   (package
     (name "rust-clap")
-    (version "4.5.18")
+    (version "4.5.21")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "clap" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "1lsxa59bgfxaag1q65ndp801h7vw9dffsly0zzx1mb13nd1nm5dh"))))
+        (base32 "0kv0n5jbpfpl9xyags5lpyq5cccbx6g36s98lpgi8xbwbag4nfzv"))))
     (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-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.6)
-             ("rust-trybuild" ,rust-trybuild-1)
-             ("rust-trycmd" ,rust-trycmd-0.15))))
-    (home-page "https://clap.rs/";)
+     `(#:cargo-inputs (("rust-clap-builder" ,rust-clap-builder-4)
+                       ("rust-clap-derive" ,rust-clap-derive-4)
+                       ("rust-terminal-size" ,rust-terminal-size-0.4))
+       #:cargo-development-inputs (("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.6)
+                                   ("rust-trybuild" ,rust-trybuild-1)
+                                   ("rust-trycmd" ,rust-trycmd-0.15))))
+    (home-page "https://github.com/clap-rs/clap";)
     (synopsis "Command Line Argument Parser")
     (description
-     "This package provides a simple to use, efficient, and full-featured
-Command Line Argument Parser.")
+     "This package provides a simple to use, efficient, and full-featured 
Command Line
+Argument Parser.")
     (license (list license:expat license:asl2.0))))
 
 (define-public rust-clap-3



reply via email to

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