guix-commits
[Top][All Lists]
Advanced

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

16/19: gnu: rust-clap-2: Update to 2.33.1


From: guix-commits
Subject: 16/19: gnu: rust-clap-2: Update to 2.33.1
Date: Tue, 4 Aug 2020 10:06:53 -0400 (EDT)

niedzejkob pushed a commit to branch master
in repository guix.

commit 264a5a6ee2d8067e3f7779defb8dd218fb615f15
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Mon Aug 3 21:04:40 2020 +0200

    gnu: rust-clap-2: Update to 2.33.1
    
    * gnu/packages/crates-io.scm (rust-clap-2): Update to 2.33.1.
---
 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 de7a63d..b52f515 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3383,7 +3383,7 @@ for computer graphics.")
 (define-public rust-clap-2
   (package
     (name "rust-clap")
-    (version "2.33.0")
+    (version "2.33.1")
     (source
       (origin
         (method url-fetch)
@@ -3391,7 +3391,7 @@ for computer graphics.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1nf6ld3bims1n5vfzhkvcb55pdzh04bbhzf8nil5vvw05nxzarsh"))))
+          "0a91g4m6rcqpf6gzxh43cj6mnj9g8ahpr634baim6kcmgza81ymx"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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