[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74551] [PATCH 29/49] gnu: Add rust-rust-ini-0.21.
From: |
Jordan Moore |
Subject: |
[bug#74551] [PATCH 29/49] gnu: Add rust-rust-ini-0.21. |
Date: |
Tue, 26 Nov 2024 16:39:04 -0500 |
* gnu/packages/crates-io.scm (rust-rust-ini-0.21): New variable.
Change-Id: Ib98d579390ec86e95dea1cda773d28133eded810
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 38671cdec8..1ca4a8d40f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -68676,6 +68676,30 @@ (define-public rust-rust-hawktracer-sys-0.4
"This package provides a sys crate for the rust_hawktracer library.")
(license (list license:expat license:asl2.0))))
+(define-public rust-rust-ini-0.21
+ (package
+ (name "rust-rust-ini")
+ (version "0.21.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rust-ini" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "17s0fmfba05i9cnfwfy02wp7mf5wkapis5x1d68vgvmnw7q0wcaf"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1)
+ ("rust-ordered-multimap" ,rust-ordered-multimap-0.7)
+ ("rust-trim-in-place" ,rust-trim-in-place-0.1)
+ ("rust-unicase" ,rust-unicase-2))))
+ (home-page "https://github.com/zonyitoo/rust-ini")
+ (synopsis "An Ini configuration file parsing library in Rust")
+ (description
+ "This package provides An Ini configuration file parsing library in
Rust.")
+ (license license:expat)))
+
+
(define-public rust-rust-ini-0.18
(package
(name "rust-rust-ini")
--
2.46.0
- [bug#74551] [PATCH 27/49] gnu: rust-pest-meta-2: Update to 2.7.14., (continued)
- [bug#74551] [PATCH 27/49] gnu: rust-pest-meta-2: Update to 2.7.14., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 23/49] gnu: Add rust-pathsearch-0.2., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 30/49] gnu: rust-serde-json-1: Update to 1.0.133., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 26/49] gnu: rust-pest-generator-2: Update to 2.7.14., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 31/49] gnu: Add rust-shadow-rs-0.35., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 41/49] gnu: Add rust-uom-0.36., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 11/49] gnu: Add rust-auto-enums-0.8., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 22/49] gnu: Add rust-ordered-multimap-0.7., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 15/49] gnu: Add rust-coverage-helper-0.2., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 25/49] gnu: rust-pest-derive-2: Update to 2.7.14., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 29/49] gnu: Add rust-rust-ini-0.21.,
Jordan Moore <=
- [bug#74551] [PATCH 33/49] gnu: rust-strsim-0.11: Update to 0.11.1., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 34/49] gnu: Add rust-systemstat-0.2., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 35/49] gnu: Add rust-terminal-size-0.4., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 32/49] gnu: Add rust-starship-battery-0.10., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 42/49] gnu: Add rust-versions-6., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 43/49] gnu: Add rust-wasite-0.1., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 38/49] gnu: Add rust-trim-in-place-0.1., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 36/49] gnu: Add rust-termwiz-0.15., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 49/49] gnu: Add starship., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 39/49] gnu: rust-unicode-segmentation-1: Update to 1.12.0., Jordan Moore, 2024/11/26