[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 095/150] gnu: Add rust-rusticata-macros-4.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 095/150] gnu: Add rust-rusticata-macros-4. |
Date: |
Mon, 17 Jan 2022 13:29:52 +0000 |
* gnu/packages/crates-io.scm (rust-rusticata-macros-4): New variable.
---
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 9b6a84635a..0830549a2f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13358,6 +13358,28 @@ (define-public rust-rust-crypto-0.2
common cryptographic algorithms.")
(license (list license:expat license:asl2.0))))
+(define-public rust-rusticata-macros-4
+ (package
+ (name "rust-rusticata-macros")
+ (version "4.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rusticata-macros" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "03dmfxhgwzpm1360iwcpcg3y18ddgya0i0hc599am212pdvj7ib5"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-nom" ,rust-nom-7))))
+ (home-page "https://github.com/rusticata/rusticata-macros")
+ (synopsis "Helper macros for Rusticata")
+ (description "Helper macros for Rusticata.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-rusticata-macros-3
(package
(name "rust-rusticata-macros")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 088/150] gnu: rust-tap-1: Update to 1.0.1., (continued)
- [bug#53315] [PATCH 088/150] gnu: rust-tap-1: Update to 1.0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 087/150] gnu: rust-radium-0.5: Inherit from rust-radium-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 089/150] gnu: Add rust-wyz-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 086/150] gnu: Add rust-radium-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 085/150] gnu: rust-rustls-0.19: Inherit from rust-rustls-0.20., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 090/150] gnu: Add rust-funty-1.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 093/150] gnu: rust-bitvec-0.19: Inherit from rust-bitvec-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 092/150] gnu: Add rust-bitvec-0.22., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 094/150] gnu: Add rust-der-oid-macro-0.5., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 091/150] gnu: rust-funty-1: Inherit from rust-funty-1.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 095/150] gnu: Add rust-rusticata-macros-4.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 098/150] gnu: Add rust-oid-registry-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 101/150] gnu: rust-brotli-decompressor-2: Update to 2.3.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 099/150] gnu: Add rust-rustls-native-certs-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 100/150] gnu: rust-rustls-native-certs-0.5: Inherit from rust-rustls-native-certs-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 096/150] gnu: rust-rusticata-macros-3: Inherit from rust-rusticata-macros-4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 102/150] gnu: rust-cc-1: Update to 1.0.67., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 097/150] gnu: Add rust-der-parser-6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 103/150] gnu: Add rust-cloudflare-zlib-sys-0.3., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 104/150] gnu: rust-cloudflare-zlib-sys-0.2: Inherit from rust-cloudflare-zlib-sys-0.3., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 106/150] gnu: Add rust-ureq-2., Aleksandr Vityazev, 2022/01/17