guix-commits
[Top][All Lists]
Advanced

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

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


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

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

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

    gnu: rust-clap-4: Update to 4.4.16.
    
    * gnu/packages/crates-io.scm (rust-clap-4): Update to 4.4.16.
    
    Change-Id: I42c5f3bade44a387e5ea2beca4b7eec71b2d9c90
    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 cde2d41ff5..1074d8e9f4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10513,7 +10513,7 @@ how to behave across the three main input sources")
 (define-public rust-clap-4
   (package
     (name "rust-clap")
-    (version "4.4.11")
+    (version "4.4.16")
     (source
      (origin
        (method url-fetch)
@@ -10521,7 +10521,7 @@ how to behave across the three main input sources")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1wj5gb2fnqls00zfahg3490bdfc36d9cwpl80qjacb5jyrqzdbxz"))))
+         "0ialpybl8n8ybfikzy5f07d64pfdajls0s00bf4wgkh4q20liraq"))))
     (build-system cargo-build-system)
     (arguments
      (list #:cargo-inputs



reply via email to

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