unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 69526@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>, Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#69526] [PATCH v2 01/10] gnu: Add rust-h3-0.0.2.
Date: Tue,  5 Mar 2024 00:19:10 +0100	[thread overview]
Message-ID: <3cd20376b1f4259d10d2ca98bf39dd295ac300b4.1709594359.git.~@wolfsden.cz> (raw)
In-Reply-To: <cover.1709483846.git.~@wolfsden.cz>

* gnu/packages/crates-web.scm (rust-h3-0.0.2): New variable.

Change-Id: I511f9bd64db17d12c38d2708e9dc1bd93b347667
---
v2: Move to -web.  Inherit from rust-h3-0.0.3.

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

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 6650c26913..fe4945cf90 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -2045,6 +2045,27 @@ (define-public rust-h3-0.0.3
     (description "This package provides an async HTTP/3 implementation.")
     (license license:expat)))

+(define-public rust-h3-0.0.2
+  (package
+    (inherit rust-h3-0.0.3)
+    (name "rust-h3")
+    (version "0.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "h3" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "17nbmkz6xs848257xv7gdhrnhyhagfb0dbqla82zv1nixr1wmrkd"))))
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-bytes" ,rust-bytes-1)
+                       ("rust-fastrand" ,rust-fastrand-1)
+                       ("rust-futures-util" ,rust-futures-util-0.3)
+                       ("rust-http" ,rust-http-0.2)
+                       ("rust-tokio" ,rust-tokio-1)
+                       ("rust-tracing" ,rust-tracing-0.1))))))
+
 (define-public rust-h3-quinn-0.0.4
   (package
     (name "rust-h3-quinn")

base-commit: f00f56514d90ebba5d9e08ec786c8118e437097c
--
2.41.0




  parent reply	other threads:[~2024-03-04 23:48 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-03 16:43 [bug#69526] [PATCH 00/10] Add aardvark-dns Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 01/10] gnu: Add rust-h3-0.0.2 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 02/10] gnu: Add rust-h3-quinn-0.0.3 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 03/10] gnu: Add rust-event-listener-strategy-0.1 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 04/10] gnu: Add rust-async-broadcast-0.6 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 05/10] gnu: Add rust-hickory-proto-0.24 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 06/10] gnu: Add rust-hickory-client-0.24 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 07/10] gnu: Add rust-hickory-resolver-0.24 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 08/10] gnu: Add rust-hickory-recursor-0.24 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 09/10] gnu: Add rust-hickory-server-0.24 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 10/10] gnu: Add aardvark-dns Tomas Volf
2024-03-04  7:17 ` [bug#69526] [PATCH 00/10] " Efraim Flashner
2024-03-04 17:46   ` Tomas Volf
2024-03-05  8:21     ` bug#69526: " Efraim Flashner
2024-03-04 23:19 ` Tomas Volf [this message]
2024-03-04 23:19   ` [bug#69526] [PATCH v2 02/10] gnu: Add rust-h3-quinn-0.0.3 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 03/10] gnu: Add rust-event-listener-strategy-0.1 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 04/10] gnu: Add rust-async-broadcast-0.6 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 05/10] gnu: Add rust-hickory-proto-0.24 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 06/10] gnu: Add rust-hickory-resolver-0.24 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 07/10] gnu: Add rust-hickory-recursor-0.24 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 08/10] gnu: Add rust-hickory-client-0.24 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 09/10] gnu: Add rust-hickory-server-0.24 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 10/10] gnu: Add aardvark-dns Tomas Volf

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='3cd20376b1f4259d10d2ca98bf39dd295ac300b4.1709594359.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=69526@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 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).