1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: Add rust-bpaf-derive@0.5.17.

* gnu/packages/crates-io.scm (rust-bpaf-derive-0.5): New variable.

Change-Id: I0cd841d4920bc41ba3f63b5ca1be9e1cc6549f12
This commit is contained in:
Danny Milosavljevic 2025-05-31 02:17:02 +02:00
parent fd7dc943eb
commit 2ff87c65b8
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -12938,6 +12938,28 @@ interoperation between crates in Rust.")
(base32
"0ls8zcqi5bmmrvrk3b6r1ym4wlivinbv590d2dvg2xn9f44mbpl1"))))))
(define-public rust-bpaf-derive-0.5
(package
(name "rust-bpaf-derive")
(version "0.5.17")
(source
(origin
(method url-fetch)
(uri (crate-uri "bpaf_derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "12k1w518xkly98fcsxifrmj7rmxah5hg48l9jc2if2csxkp4zyzy"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/pacak/bpaf")
(synopsis "Derive macros for bpaf Command Line Argument Parser")
(description
"This package provides derive macros for bpaf Command Line Argument Parser.")
(license (list license:expat license:asl2.0))))
(define-public rust-clap-4
(package
(name "rust-clap")