guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2ff87c65b8e8171508d2e33022de924a60dc356e
Author: Danny Milosavljevic <dan...@friendly-machines.com>
AuthorDate: Sat May 31 02:17:02 2025 +0200

    gnu: Add rust-bpaf-derive@0.5.17.
    
    * gnu/packages/crates-io.scm (rust-bpaf-derive-0.5): New variable.
    
    Change-Id: I0cd841d4920bc41ba3f63b5ca1be9e1cc6549f12
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 08d9754ab8..fbdbc339b1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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")

Reply via email to