mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: rust-getopts-0.2: Update to 0.2.21.
* gnu/packages/crates-io.scm (rust-getopts-0.2): Update to 0.2.21. [arguments]: Add rust-unicode-width-0.1, rust-rustc-std-workspace-core-1.0, rust-rustc-std-workspace-std-1.0 to cargo-inputs.
This commit is contained in:
parent
a630e32ac1
commit
fe195ef7d3
1 changed files with 6 additions and 2 deletions
|
@ -3663,7 +3663,7 @@ (define-public rust-generic-array-0.12
|
||||||
(define-public rust-getopts-0.2
|
(define-public rust-getopts-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-getopts")
|
(name "rust-getopts")
|
||||||
(version "0.2.17")
|
(version "0.2.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3671,10 +3671,14 @@ (define-public rust-getopts-0.2
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"018yhq97zgcrcxwhj3pxh31h83704sgaiijdnpl0r1ir366c005r"))))
|
"1mgb3qvivi26gs6ihqqhh8iyhp3vgxri6vwyrwg28w0xqzavznql"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-unicode-width" ,rust-unicode-width-0.1)
|
||||||
|
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0)
|
||||||
|
("rust-rustc-std-workspace-std" ,rust-rustc-std-workspace-std-1.0))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-log" ,rust-log-0.3))))
|
(("rust-log" ,rust-log-0.3))))
|
||||||
(home-page "https://github.com/rust-lang/getopts")
|
(home-page "https://github.com/rust-lang/getopts")
|
||||||
|
|
Loading…
Reference in a new issue