all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 73856@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>, Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#73856] [PATCH 3/8] gnu: Add rust-serde-with-2.
Date: Fri, 18 Oct 2024 01:56:36 +0200	[thread overview]
Message-ID: <6a7ee3f6d392ce7190ef032f60874244601535ef.1729208744.git.w@wmeyer.eu> (raw)
In-Reply-To: <cover.1729208744.git.w@wmeyer.eu>

* gnu/packages/crates-io.scm (rust-serde-with-2): New variable.

Change-Id: Id87ef999e536cbc9ce6ed4f3ef37168e19187fba
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6354b3ed93..8b0d9a5011 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -70038,6 +70038,30 @@ (define-public rust-serde-with-3
 Rust's serde.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-serde-with-2
+  (package
+    (inherit rust-serde-with-3)
+    (name "rust-serde-with")
+    (version "2.3.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "serde_with" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1gmgl2raxxnpvjgcvkrimgv55kbjywi5xbffc9rvb9s7q7973zq7"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-base64" ,rust-base64-0.13)
+                       ("rust-chrono" ,rust-chrono-0.4)
+                       ("rust-doc-comment" ,rust-doc-comment-0.3)
+                       ("rust-hex" ,rust-hex-0.4)
+                       ("rust-indexmap" ,rust-indexmap-1)
+                       ("rust-serde" ,rust-serde-1)
+                       ("rust-serde-json" ,rust-serde-json-1)
+                       ("rust-serde-with-macros" ,rust-serde-with-macros-2)
+                       ("rust-time" ,rust-time-0.3))))))
+
 (define-public rust-serde-with-1
   (package
     (inherit rust-serde-with-3)
-- 
2.46.0





  parent reply	other threads:[~2024-10-18  0:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17 23:51 [bug#73856] [PATCH 0/8] gnu: Add cyme Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 1/8] gnu: Add rust-libusb1-sys-0.7 Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 2/8] gnu: Add rust-rusb-0.9 Wilko Meyer
2024-10-17 23:56 ` Wilko Meyer [this message]
2024-10-17 23:56 ` [bug#73856] [PATCH 4/8] gnu: Add rust-serde-with-macros-2 Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 5/8] gnu: Add rust-udev-0.8 Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 6/8] gnu: Add rust-udevrs-0.3 Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 7/8] gnu: Add rust-usb-ids-1 Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 8/8] gnu: Add cyme Wilko Meyer

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=6a7ee3f6d392ce7190ef032f60874244601535ef.1729208744.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=73856@debbugs.gnu.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.