guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: rust-structopt-0.3: Update to 0.3.21.


From: guix-commits
Subject: 02/09: gnu: rust-structopt-0.3: Update to 0.3.21.
Date: Sat, 5 Jun 2021 16:27:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 38233e745ed4b4cf0904894c3a0877aef4ac5cdc
Author: Antero Mejr <antero@kodmin.com>
AuthorDate: Mon May 31 19:55:36 2021 -0400

    gnu: rust-structopt-0.3: Update to 0.3.21.
    
    * gnu/packages/crates-io.scm (rust-structopt-0.3): Update to 0.3.21.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index af7c1fa..f0489f7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40745,16 +40745,16 @@ and Jaro-Winkler.")
 (define-public rust-structopt-0.3
   (package
     (name "rust-structopt")
-    (version "0.3.12")
+    (version "0.3.21")
     (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "structopt" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "178m7wxnjyy9a8a961z74nazjsg79rfv3gv9g3bykfrrjmqs5yn8"))))
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "structopt" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "136j0lvjmpv5syi751vxg8vb30gfyv4k81x8d18kxrj6xvbsqxsj"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
@@ -40765,7 +40765,8 @@ and Jaro-Winkler.")
     (home-page "https://github.com/TeXitoi/structopt";)
     (synopsis "Parse command line argument by defining a struct")
     (description
-     "Parse command line argument by defining a struct.")
+     "This package parses command lines arguments by defining a Rust
+struct.")
     (license (list license:asl2.0 license:expat))))
 
 (define-public rust-structopt-0.2



reply via email to

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