[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75127] [PATCH 35/67] gnu: Add rust-derive-builder-macro-0.20.
From: |
Jordan Moore |
Subject: |
[bug#75127] [PATCH 35/67] gnu: Add rust-derive-builder-macro-0.20. |
Date: |
Thu, 26 Dec 2024 18:11:11 -0500 |
* gnu/packages/crates-io.scm (rust-derive-builder-macro-0.20): New variable.
Change-Id: If075072f4917dab332f8fe39d7808c49af68230b
---
gnu/packages/crates-io.scm | 31 ++++++++++++++++++++++++-------
1 file changed, 24 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 89d9ca8de8..bef9ebb020 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22896,8 +22896,31 @@ (define-public rust-derive-builder-core-0.5
("rust-quote" ,rust-quote-0.6)
("rust-syn" ,rust-syn-0.15))))))
+(define-public rust-derive-builder-macro-0.20
+ (package
+ (name "rust-derive-builder-macro")
+ (version "0.20.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "derive_builder_macro" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0g1zznpqrmvjlp2w7p0jzsjvpmw5rvdag0rfyypjhnadpzib0qxb"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-derive-builder-core"
,rust-derive-builder-core-0.20)
+ ("rust-syn" ,rust-syn-2))))
+ (home-page "https://github.com/colin-kiegel/rust-derive-builder")
+ (synopsis
+ "Rust macro to automatically implement the builder pattern for arbitrary
structs")
+ (description
+ "This package provides Rust macro to automatically implement the builder
pattern for arbitrary structs.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-derive-builder-macro-0.13
(package
+ (inherit rust-derive-builder-macro-0.20)
(name "rust-derive-builder-macro")
(version "0.13.1")
(source (origin
@@ -22910,13 +22933,7 @@ (define-public rust-derive-builder-macro-0.13
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-derive-builder-core"
,rust-derive-builder-core-0.13)
- ("rust-syn" ,rust-syn-1))))
- (home-page "https://github.com/colin-kiegel/rust-derive-builder")
- (synopsis "Automatically implement the builder pattern for arbitrary
structs")
- (description
- "This crate provides a Rust macro to automatically implement the builder
-pattern for arbitrary structs.")
- (license (list license:expat license:asl2.0))))
+ ("rust-syn" ,rust-syn-1))))))
(define-public rust-derive-builder-macro-0.12
(package
--
2.46.0
- [bug#75127] [PATCH 19/67] gnu: Add rust-smol-str-0.3., (continued)
- [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
- [bug#75127] [PATCH 34/67] gnu: Add rust-derive-builder-core-0.20., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 41/67] gnu: Add rust-console-api-0.8., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 35/67] gnu: Add rust-derive-builder-macro-0.20.,
Jordan Moore <=
- [bug#75127] [PATCH 40/67] gnu: Add rust-zipsign-api-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 43/67] gnu: Add rust-rust-ini-0.20., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 45/67] gnu: Add rust-snake-case-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 44/67] gnu: Add rust-yaml-rust2-0.8., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 31/67] gnu: Add rust-diffus-0.10., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 32/67] gnu: Add rust-diffus-derive-0.10., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 33/67] gnu: Add rust-derive-builder-0.20., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 36/67] gnu: Add rust-structmeta-0.3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 42/67] gnu: Add rust-tonic-web-0.12., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 54/67] gnu: rust-tracing-0.1: Update to 0.1.41., Jordan Moore, 2024/12/26