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 2/3] gnu: rust-derive-visitor: new variable
Date: Sat, 23 Nov 2024 17:32:37 -0500 [thread overview]
Message-ID: <20241123223252.358309-2-aaron.covrig.us@ieee.org> (raw)
In-Reply-To: <20241123223252.358309-1-aaron.covrig.us@ieee.org>
* gnu/packages/crates-io.scm (rust-derive-visitor-0.4): New variable.
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ef011feaac..f6e7cd09ba 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22011,6 +22011,25 @@ (define-public rust-derive-utils-0.11
writing derives macros for enums.")
(license (list license:expat license:asl2.0))))
+(define-public rust-derive-visitor-0.4
+ (package
+ (name "rust-derive-visitor")
+ (version "0.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "derive-visitor" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "17nacybndh0n2ayf0vchcrm5n4k6bmx605ijvax7qw5rhggnawfl"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-derive-visitor-macros" ,rust-derive-visitor-macros-0.4))))
+ (home-page "https://github.com/nikis05/derive-visitor")
+ (synopsis "Derive visitor pattern for arbitrary data structures")
+ (description "Derive visitor pattern for arbitrary data structures.")
+ (license license:expat)))
+
(define-public rust-derive-visitor-macros-0.4
(package
(name "rust-derive-visitor-macros")
--
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 ` [bug#69626] [PATCH rust-team v7 1/3] gnu: rust-derive-visitor-macros: new variable 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 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-2-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.