[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70685] [PATCH 07/30] gnu: Add rust-cidr-0.2.
From: |
Wilko Meyer |
Subject: |
[bug#70685] [PATCH 07/30] gnu: Add rust-cidr-0.2. |
Date: |
Wed, 1 May 2024 00:27:12 +0200 |
* gnu/packages/crates-io.scm (rust-cidr-0.2): New variable.
Change-Id: Ic4c0149f370b889b42a1db02bacb557ee73e20a5
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3674a58afb..b73c26b51c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11093,6 +11093,26 @@ (define-public rust-ciborium-ll-0.2
"This package provides low-level primitives for parsing the CBOR codec.")
(license license:asl2.0)))
+(define-public rust-cidr-0.2
+ (package
+ (name "rust-cidr")
+ (version "0.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "cidr" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1n78hgs3h8hk62l35afhyx699fmj3qvd911p3sm9lk55xf9v064d"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-bitstring" ,rust-bitstring-0.1)
+ ("rust-serde" ,rust-serde-1))))
+ (home-page "https://github.com/stbuehler/rust-cidr")
+ (synopsis "IP network and IP host within network types")
+ (description "This crate offers IP network and IP host within network
types.")
+ (license license:expat)))
+
(define-public rust-cint-0.3
(package
(name "rust-cint")
--
2.41.0
- [bug#70685] [PATCH 00/30] Add rust-osm-io., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 01/30] gnu: rust-anyhow-1: Update to 1.0.82., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 03/30] gnu: Add rust-binary-layout-2., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 02/30] gnu: Add rust-benchmark-rs-0.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 05/30] gnu: rust-bytes-1: Update to 1.6.0., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 06/30] gnu: rust-chrono-0.4: Update to 0.4.38., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 07/30] gnu: Add rust-cidr-0.2.,
Wilko Meyer <=
- [bug#70685] [PATCH 04/30] gnu: Add rust-bitstring-0.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 09/30] gnu: Add rust-escape-string-0.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 18/30] gnu: rust-regex-1: Update to 1.10.4., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 08/30] gnu: Add rust-command-executor-0.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 10/30] gnu: Add rust-eui48-1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 20/30] gnu: Add rust-rlimit-0.10., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 11/30] gnu: rust-log-0.4: Update to 0.4.21., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 26/30] gnu: rust-uuid-macro-internal-1: Update to 1.8.0., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 21/30] gnu: Add rust-statrs-0.16., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 16/30] gnu: rust-prost-0.12: Update to 0.12.4., Wilko Meyer, 2024/04/30