Archived
1
0
Fork 0

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 @@ a no_std environment. This does not depend on any standard library features,
nor a system allocator.") nor a system allocator.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-lexopt-0.2 (define-public rust-lexopt-0.3
(package (package
(name "rust-lexopt") (name "rust-lexopt")
(version "0.2.1") (version "0.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "lexopt" version)) (uri (crate-uri "lexopt" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1s7k6hra9p9xilhl852qi1a7c2gis59qf4yl1ca5pbxf5bkfk3j7")))) (base32 "00dlvik2ygw8z101vf3bfndcvxhp92v25sbzz6bdiwvxgxhlpzxs"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/blyxxyz/lexopt") (home-page "https://github.com/blyxxyz/lexopt")
(synopsis "Minimalist pedantic command line parser") (synopsis "Minimalist pedantic command line parser")