[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75127] [PATCH 27/67] gnu: Add rust-newtype-uuid-1.
From: |
Jordan Moore |
Subject: |
[bug#75127] [PATCH 27/67] gnu: Add rust-newtype-uuid-1. |
Date: |
Thu, 26 Dec 2024 18:11:03 -0500 |
* gnu/packages/crates-io.scm (rust-newtype-uuid-1): New variable.
Change-Id: Ibadafe8667d66ddc5481dc885083f58ae41c61a5
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9823a8b52f..276a59d11f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50804,6 +50804,28 @@ (define-public rust-newtype-derive-0.1
(license (list license:expat
license:asl2.0))))
+(define-public rust-newtype-uuid-1
+ (package
+ (name "rust-newtype-uuid")
+ (version "1.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "newtype-uuid" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "17922xw05gxdx1rnxzp183yp4mw7pkq27ljslmw65034xzi831sc"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-schemars" ,rust-schemars-0.8)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-uuid" ,rust-uuid-1))))
+ (home-page "https://github.com/oxidecomputer/newtype-uuid")
+ (synopsis "Newtype wrapper around UUIDs")
+ (description "This package provides Newtype wrapper around UUIDs.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-nextest-filtering-0.12
(package
(name "rust-nextest-filtering")
--
2.46.0
- [bug#75127] [PATCH 16/67] gnu: Add rust-target-spec-3., (continued)
- [bug#75127] [PATCH 16/67] gnu: Add rust-target-spec-3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 06/67] gnu: Add rust-nextest-metadata-0.12., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 07/67] gnu: Add rust-nextest-runner-0.70., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 11/67] gnu: Add rust-cargo-metadata-0.19., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 14/67] gnu: Add rust-guppy-workspace-hack-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 23/67] gnu: Add rust-console-subscriber-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 20/67] gnu: Add rust-async-scoped-0.9., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 21/67] gnu: Add rust-atomicwrites-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 24/67] gnu: Add rust-future-queue-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 26/67] gnu: Add rust-mukti-metadata-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 27/67] gnu: Add rust-newtype-uuid-1.,
Jordan Moore <=
- [bug#75127] [PATCH 18/67] gnu: Add rust-test-strategy-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 25/67] gnu: Add rust-indent-write-2., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 19/67] gnu: Add rust-smol-str-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 22/67] gnu: Add rust-config-0.14., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 28/67] gnu: Add rust-self-update-0.41., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 37/67] gnu: Add rust-structmeta-derive-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 38/67] gnu: Add rust-quick-xml-0.23., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 29/67] gnu: Add rust-target-spec-miette-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 30/67] gnu: Add rust-win32job-2., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 39/67] gnu: Add rust-self-replace-1., Jordan Moore, 2024/12/26