[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rust-clap-2: Update to 2.33.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rust-clap-2: Update to 2.33.3. |
Date: |
Mon, 28 Dec 2020 14:25:01 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6d19b50 gnu: rust-clap-2: Update to 2.33.3.
6d19b50 is described below
commit 6d19b50d4fbd005e9e7325f62df845686d87d617
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 28 20:24:28 2020 +0100
gnu: rust-clap-2: Update to 2.33.3.
* gnu/packages/crates-io.scm (rust-clap-2): Update to 2.33.3.
---
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 3bfa33c..867b0e1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3988,7 +3988,7 @@ depending on a large number of #[cfg] parameters.
Structured like an
(define-public rust-clap-2
(package
(name "rust-clap")
- (version "2.33.1")
+ (version "2.33.3")
(source
(origin
(method url-fetch)
@@ -3996,7 +3996,7 @@ depending on a large number of #[cfg] parameters.
Structured like an
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
- "0a91g4m6rcqpf6gzxh43cj6mnj9g8ahpr634baim6kcmgza81ymx"))))
+ "00i065a58987k1sbzqmlz721rw521zcg08jmsh40gi3khp3qmr9p"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rust-clap-2: Update to 2.33.3.,
guix-commits <=