gnu: rust-clap-2: Update to 2.33.1
* gnu/packages/crates-io.scm (rust-clap-2): Update to 2.33.1.
This commit is contained in:
parent
5f4f5edd61
commit
264a5a6ee2
1 changed files with 2 additions and 2 deletions
|
@ -3383,7 +3383,7 @@ for computer graphics.")
|
||||||
(define-public rust-clap-2
|
(define-public rust-clap-2
|
||||||
(package
|
(package
|
||||||
(name "rust-clap")
|
(name "rust-clap")
|
||||||
(version "2.33.0")
|
(version "2.33.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3391,7 +3391,7 @@ for computer graphics.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nf6ld3bims1n5vfzhkvcb55pdzh04bbhzf8nil5vvw05nxzarsh"))))
|
"0a91g4m6rcqpf6gzxh43cj6mnj9g8ahpr634baim6kcmgza81ymx"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in a new issue