unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Jose <arnav.jose@gmail.com>
To: 66104@debbugs.gnu.org
Cc: Andrew Jose <arnav.jose@gmail.com>
Subject: [bug#66104] [PATCH 6/9] gnu: add rust-serial-test-derive-2
Date: Tue,  3 Oct 2023 14:26:36 +0530	[thread overview]
Message-ID: <20231003085639.146661-7-arnav.jose@gmail.com> (raw)
In-Reply-To: <20231003085639.146661-1-arnav.jose@gmail.com>

---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 26665ae9c2..e64b70a8b8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -60480,6 +60480,26 @@ (define-public rust-serial-test-0.1
      `(#:cargo-inputs
        (("rust-lazy-static" ,rust-lazy-static-1))))))
 
+(define-public rust-serial-test-derive-2
+  (package
+    (inherit rust-serial-test-derive-0.6)
+    (name "rust-serial-test-derive")
+    (version "2.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "serial-test-derive" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "13zvd5ds76hhjn3z0axc05n15lzpxpz77jcykic8q5knhlbjklci"))))
+    (arguments
+     `(#:cargo-inputs
+       (("rust-proc-macro2" ,rust-proc-macro2-1)
+	("rust-quote" ,rust-quote-1)
+	("rust-syn" ,rust-syn-2))
+       #:cargo-development-inputs
+       (("rust-env-logger" ,rust-env-logger-0.10))))))
+
 (define-public rust-serial-test-derive-0.6
   (package
     (name "rust-serial-test-derive")
-- 
2.34.1





  parent reply	other threads:[~2023-10-03  8:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-19 11:00 [bug#66104] [PATCH] gnu: Add rust-crossterm-0.27 Andrew Jose
2023-10-02  9:10 ` Efraim Flashner
     [not found]   ` <00060516-ca95-4d30-be93-db8dd103e5ee@gmail.com>
2023-11-05 10:31     ` bug#66104: " Efraim Flashner
2023-10-03  8:56 ` [bug#66104] REVISION [PATCH 0/9] gnu: add rust-crossterm-0.27 Andrew Jose
2023-10-03  8:56   ` [bug#66104] [PATCH 1/9] gnu: add rust-dashmap-5 Andrew Jose
2023-10-03  8:56   ` [bug#66104] [PATCH 2/9] gnu: add rust-filedescriptor-0.8 Andrew Jose
2023-10-03  8:56   ` [bug#66104] [PATCH 3/9] gnu: update rust-lock-api-0.4 to version 0.4.10 Andrew Jose
2023-10-03  8:56   ` [bug#66104] [PATCH 4/9] gnu: rust-signal-hook-0.3 update to version 0.3.17 Andrew Jose
2023-10-03  8:56   ` [bug#66104] [PATCH 5/9] gnu: rust-crossterm-winapi-0.9 update to version 0.9.1 Andrew Jose
2023-10-03  8:56   ` Andrew Jose [this message]
2023-10-03  8:56   ` [bug#66104] [PATCH 7/9] gnu: rust-parking-lot-core-0.9 update to version 0.9.8 Andrew Jose
2023-10-03  8:56   ` [bug#66104] [PATCH 8/9] gnu: add rust-serial-test-2 Andrew Jose
2023-10-20  9:39     ` Christopher Baines
2023-10-03  8:56   ` [bug#66104] [PATCH 9/9] gnu: Add rust-crossterm-0.27 Andrew Jose
2023-10-20 11:23 ` [bug#66104] [PATCH vREVISION 8/9] gnu: add rust-serial-test-2 Andrew Jose
2023-10-20 11:23   ` [bug#66104] [PATCH vREVISION 9/9] gnu: Add rust-crossterm-0.27 Andrew Jose

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231003085639.146661-7-arnav.jose@gmail.com \
    --to=arnav.jose@gmail.com \
    --cc=66104@debbugs.gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).