From: Aaron Covrig via Guix-patches via <guix-patches@gnu.org>
To: 69626@debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us@ieee.org>, efraim@flashner.co.il
Subject: [bug#69626] [PATCH rust-team v7 1/3] gnu: rust-derive-visitor-macros: new variable
Date: Sat, 23 Nov 2024 17:32:36 -0500 [thread overview]
Message-ID: <20241123223252.358309-1-aaron.covrig.us@ieee.org> (raw)
In-Reply-To: <20240308051752.613660-1-aaron.covrig.us@ieee.org>
* gnu/packages/crates-io.scm (rust-derive-visitor-macros-0.4): New variable.
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3b9a20f728..ef011feaac 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22011,6 +22011,29 @@ (define-public rust-derive-utils-0.11
writing derives macros for enums.")
(license (list license:expat license:asl2.0))))
+(define-public rust-derive-visitor-macros-0.4
+ (package
+ (name "rust-derive-visitor-macros")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "derive-visitor-macros" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1xnyz3vxp2ph0y0h7zmlbvij440m6w2gbwx5n4bfmbzcbyl3jys2"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-convert-case" ,rust-convert-case-0.4)
+ ("rust-itertools" ,rust-itertools-0.10)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))
+ (home-page "https://github.com/nikis05/derive-visitor")
+ (synopsis "Macros for derive-visitor package")
+ (description "Macros for derive-visitor package.")
+ (license license:expat)))
+
(define-public rust-derive-where-1
(package
(name "rust-derive-where")
base-commit: e40a9069336ac0035a1dd0b00daa4ee8a75e2033
--
2.46.0
next prev parent reply other threads:[~2024-11-23 22:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-08 5:16 [bug#69626] [PATCH rust-team] gnu: rust-ordered-float: Updated and added v4 Aaron Covrig via Guix-patches via
2024-03-08 8:19 ` [bug#69626] [PATCH v2] " Aaron Covrig via Guix-patches via
2024-03-08 8:24 ` [bug#69626] [PATCH rust-team v3] " Aaron Covrig via Guix-patches via
2024-10-03 21:06 ` [bug#69626] [PATCH] gnu: rust-ordered-float: Update to 4.3.0 Aaron Covrig via Guix-patches via
2024-10-03 21:15 ` [bug#69626] [PATCH v5] " Aaron Covrig via Guix-patches via
2024-10-03 21:30 ` [bug#69626] [PATCH rust-team v6] " Aaron Covrig via Guix-patches via
2024-11-23 22:29 ` [bug#69626] [PATCH rust-team v6 1/3] gnu: rust-derive-visitor-macros: new variable Aaron Covrig via Guix-patches via
2024-11-23 22:29 ` [bug#69626] [PATCH rust-team v6 2/3] gnu: rust-derive-visitor: " Aaron Covrig via Guix-patches via
2024-11-23 22:29 ` [bug#69626] [PATCH rust-team v6 3/3] gnu: rust-ordered-float: Upgrade to v4.5.0 Aaron Covrig via Guix-patches via
2024-11-23 22:32 ` Aaron Covrig via Guix-patches via [this message]
2024-11-23 22:32 ` [bug#69626] [PATCH rust-team v7 2/3] gnu: rust-derive-visitor: new variable Aaron Covrig via Guix-patches via
2024-11-23 22:32 ` [bug#69626] [PATCH rust-team v7 3/3] gnu: rust-ordered-float: Upgrade to v4.5.0 Aaron Covrig via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241123223252.358309-1-aaron.covrig.us@ieee.org \
--to=guix-patches@gnu.org \
--cc=69626@debbugs.gnu.org \
--cc=aaron.covrig.us@ieee.org \
--cc=efraim@flashner.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.