guix-commits
[Top][All Lists]
Advanced

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

205/311: gnu: rust-clap-derive-4: Update to 4.4.7.


From: guix-commits
Subject: 205/311: gnu: rust-clap-derive-4: Update to 4.4.7.
Date: Sat, 28 Oct 2023 16:39:14 -0400 (EDT)

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

commit 9f793c9e9544e641a714ac2190e3f1daac5a86fd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Oct 27 20:35:47 2023 +0300

    gnu: rust-clap-derive-4: Update to 4.4.7.
    
    * gnu/packages/crates-io.scm (rust-clap-derive-4): Update to 4.4.7.
    
    Change-Id: I3127f1e817fcd4d48b17f798af9a264ea2d22e61
---
 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 b893988c88..851a1e2f3d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13156,14 +13156,14 @@ how to behave across the three main input sources")
 (define-public rust-clap-derive-4
   (package
     (name "rust-clap-derive")
-    (version "4.3.12")
+    (version "4.4.7")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "clap_derive" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0l50j37jwbzfl29bd2a1ib7z1jpch4b9868himrgwpgwb1bvpaal"))))
+        (base32 "0hk4hcxl56qwqsf4hmf7c0gr19r9fbxk0ah2bgkr36pmmaph966g"))))
     (build-system cargo-build-system)
     (arguments
      (list #:cargo-inputs



reply via email to

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