all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 70147@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>, Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#70147] [PATCH 30/42] gnu: Add rust-type-map-0.4.
Date: Tue,  2 Apr 2024 18:22:47 +0200	[thread overview]
Message-ID: <aea97bf506bab29066d1e1d14e470c59fcee2315.1712074372.git.w@wmeyer.eu> (raw)
In-Reply-To: <cover.1712074370.git.w@wmeyer.eu>

* gnu/packages/crates-io.scm (rust-type-map-0.4): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6a0ea99741..cc7d625251 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -84820,6 +84820,27 @@ (define-public rust-typed-builder-macro-0.16
                        ("rust-quote" ,rust-quote-1)
                        ("rust-syn" ,rust-syn-2))))))
 
+(define-public rust-type-map-0.4
+  (package
+    (name "rust-type-map")
+    (version "0.4.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "type-map" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0ilsqq7pcl3k9ggxv2x5fbxxfd6x7ljsndrhc38jmjwnbr63dlxn"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #f
+       #:cargo-inputs (("rust-rustc-hash" ,rust-rustc-hash-1))))
+    (home-page "https://github.com/kardeiz/type-map")
+    (synopsis "Provides a typemap container with FxHashMap")
+    (description
+     "This package provides a typemap container with @code{FxHashMap}")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-typemap-0.3
   (package
     (name "rust-typemap")
-- 
2.41.0





  parent reply	other threads:[~2024-04-02 16:28 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-02 16:21 [bug#70147] [PATCH 00/42] WIP: Add rage Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 01/42] gnu: Add rust-age-core-0.10 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 02/42] gnu: Add rust-age-0.10 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 03/42] gnu: Add rust-bcrypt-pbkdf-0.10 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 04/42] gnu: Add rust-databake-derive-0.1 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 05/42] gnu: Add rust-bech32-0.9 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 06/42] gnu: Add rust-databake-0.1 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 07/42] gnu: Add rust-fluent-pseudo-0.3 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 08/42] gnu: Add rust-fluent-langneg-0.13 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 09/42] gnu: Add rust-fluent-bundle-0.15 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 10/42] gnu: Add rust-fluent-0.16 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 11/42] gnu: Add rust-fluent-syntax-0.11 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 12/42] gnu: Add rust-fuser-0.13 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 13/42] gnu: Add rust-fuse-mt-0.6 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 14/42] gnu: Add rust-gettext-0.4 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 15/42] gnu: Add rust-intl-pluralrules-7 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 16/42] gnu: Add rust-intl-memoizer-0.5 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 17/42] gnu: Add rust-io-tee-0.1 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 18/42] gnu: Add rust-i18n-embed-fl-0.7 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 19/42] gnu: Add rust-i18n-embed-0.14 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 20/42] gnu: Add rust-i18n-config-0.4 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 21/42] gnu: Add rust-i18n-embed-impl-0.8 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 22/42] gnu: Add rust-page-size-0.5 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 23/42] gnu: Add rust-pinentry-0.5 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 24/42] gnu: Add rust-secrecy-0.8 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 25/42] gnu: Add rust-self-cell-0.10 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 26/42] gnu: Add rust-synstructure-0.13 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 27/42] gnu: Add rust-t1ha-0.1 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 28/42] gnu: Add rust-tinystr-0.7 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 29/42] gnu: Add rust-tr-0.1 Wilko Meyer
2024-04-02 16:22 ` Wilko Meyer [this message]
2024-04-02 16:22 ` [bug#70147] [PATCH 31/42] gnu: Add rust-unic-langid-macros-impl-0.9 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 32/42] gnu: Add rust-unic-langid-macros-0.9 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 33/42] gnu: Add rust-unic-langid-impl-0.9 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 34/42] gnu: Add rust-unic-langid-0.9 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 35/42] gnu: Add rust-yoke-derive-0.7 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 36/42] gnu: Add rust-yoke-0.7 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 37/42] gnu: Add rust-zerovec-derive-0.10 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 38/42] gnu: Add rust-zerovec-0.10 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 39/42] gnu: Add rust-zerofrom-derive-0.1 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 40/42] gnu: Add rust-zerofrom-0.1 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 41/42] gnu: Add rust-wsl-0.1 Wilko Meyer
2024-04-02 16:22 ` [bug#70147] [PATCH 42/42] gnu: Add rage 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=aea97bf506bab29066d1e1d14e470c59fcee2315.1712074372.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=70147@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.