guix-commits
[Top][All Lists]
Advanced

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

01/63: gnu: rust-clap-builder-4: Update to 4.4.16.


From: guix-commits
Subject: 01/63: gnu: rust-clap-builder-4: Update to 4.4.16.
Date: Thu, 8 Feb 2024 14:09:18 -0500 (EST)

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

commit 1a6d60e7d62ada9c7c21fbe0fe7766ddf676969f
Author: VÖRÖSKŐI András <voroskoi@gmail.com>
AuthorDate: Tue Jan 30 20:25:04 2024 +0100

    gnu: rust-clap-builder-4: Update to 4.4.16.
    
    * gnu/packages/crates-io.scm (rust-clap-builder-4): Update to 4.4.16.
    
    Change-Id: Id5c301d811f065ccb9ee90ad4f0c09e1d2c20e84
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2cfaff10e3..cde2d41ff5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10619,14 +10619,14 @@ Command Line Argument Parser.")
 (define-public rust-clap-builder-4
   (package
     (name "rust-clap-builder")
-    (version "4.4.11")
+    (version "4.4.16")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "clap_builder" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1fxdsmw1ilgswz3lg2hjlvsdyyz04k78scjirlbd7c9bc83ba5m2"))))
+                "1fv06ivpzpkhjm4bvxzg3fl4y61mvlf481zms4pksq1iypbq5jsr"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-test-flags



reply via email to

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