gnu: rust-lexopt: Update to 0.3.0.

* gnu/packages/crates-io.scm (rust-lexopt-0.3): New variable.
(rust-lexopt-0.2): Remove variable.
This commit is contained in:
Efraim Flashner 2023-04-16 13:05:06 +03:00
parent c8d6ac31da
commit a07f7ae172
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -31614,17 +31614,17 @@ (define-public rust-lexical-6
nor a system allocator.")
(license (list license:expat license:asl2.0))))
(define-public rust-lexopt-0.2
(define-public rust-lexopt-0.3
(package
(name "rust-lexopt")
(version "0.2.1")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "lexopt" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1s7k6hra9p9xilhl852qi1a7c2gis59qf4yl1ca5pbxf5bkfk3j7"))))
(base32 "00dlvik2ygw8z101vf3bfndcvxhp92v25sbzz6bdiwvxgxhlpzxs"))))
(build-system cargo-build-system)
(home-page "https://github.com/blyxxyz/lexopt")
(synopsis "Minimalist pedantic command line parser")