mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 12:46:43 +01:00
gnu: rust-structopt-derive-0.4: Update to 0.4.18.
* gnu/packages/crates-io.scm (rust-structopt-derive-0.4): Update to 0.4.18. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
017f1779e9
commit
f7f6000f81
1 changed files with 2 additions and 2 deletions
|
@ -56253,7 +56253,7 @@ (define-public rust-structopt-0.2
|
|||
(define-public rust-structopt-derive-0.4
|
||||
(package
|
||||
(name "rust-structopt-derive")
|
||||
(version "0.4.14")
|
||||
(version "0.4.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -56262,7 +56262,7 @@ (define-public rust-structopt-derive-0.4
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"143gjwvz3s86hwp070km83y25n8kqp5f01kb1dr19f4ilkywvaav"))))
|
||||
"1q5gcigmvw0cinjxzpyrkflliq5r1ivljmrvfrl3phcwgwraxdfw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue