Archived
1
0
Fork 0

gnu: rust-clap-complete-4: Update to 4.3.0.

* gnu/packages/crates-io.scm (rust-clap-complete-4): Update to 4.3.0.
[cargo-inputs]: Replace rust-clap-lex-0.3 with 0.5. Remove
rust-os-str-bytes-6.
This commit is contained in:
Efraim Flashner 2023-05-22 19:44:27 +03:00
parent 7001c286f2
commit c62b63a210
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11922,20 +11922,19 @@ Command Line Argument Parser.")
(define-public rust-clap-complete-4 (define-public rust-clap-complete-4
(package (package
(name "rust-clap-complete") (name "rust-clap-complete")
(version "4.1.2") (version "4.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "clap-complete" version)) (uri (crate-uri "clap-complete" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1zinf9gdr0fh1aff71nwqf51w856sbsbgq0dqpmmbhplggl5n4mx")))) (base32 "04mynv337hkv9zrbhx7kgh117a62mxgmf96hczmfdj9vrjmdykd0"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-clap" ,rust-clap-4) (("rust-clap" ,rust-clap-4)
("rust-clap-lex" ,rust-clap-lex-0.3) ("rust-clap-lex" ,rust-clap-lex-0.5)
("rust-is-executable" ,rust-is-executable-1) ("rust-is-executable" ,rust-is-executable-1)
("rust-os-str-bytes" ,rust-os-str-bytes-6)
("rust-pathdiff" ,rust-pathdiff-0.2) ("rust-pathdiff" ,rust-pathdiff-0.2)
("rust-shlex" ,rust-shlex-1) ("rust-shlex" ,rust-shlex-1)
("rust-unicode-xid" ,rust-unicode-xid-0.2)) ("rust-unicode-xid" ,rust-unicode-xid-0.2))