[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/62: gnu: Place rust-rusticata-macros-4 in alphabetical order.
From: |
guix-commits |
Subject: |
18/62: gnu: Place rust-rusticata-macros-4 in alphabetical order. |
Date: |
Wed, 13 Mar 2024 16:22:18 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 192116e8732fcd6a25bda7573902d2418afd0603
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:16 2024 +0100
gnu: Place rust-rusticata-macros-4 in alphabetical order.
gnu/packages/crates-io.scm (rust-rusticata-macros-4): Move variable.
Change-Id: If39e8260bc36dab3ded291a55b634769340a1b22
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index acf67268c4..266bf685e8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16193,28 +16193,6 @@ all the formatting features of the format! macro,
except for the fill
character.")
(license 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-cssparser-0.29
(package
(name "rust-cssparser")
@@ -57607,6 +57585,28 @@ rustc compiler.")
`(("rust-failure" ,rust-failure-0.1)
,@(alist-delete "rust-anyhow" cargo-inputs)))))))
+(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-rustix-0.38
(package
(name "rust-rustix")
- branch rust-team updated (b5abd9a435 -> aec00d246e), guix-commits, 2024/03/13
- 02/62: gnu: Add rust-anymap2-0.13., guix-commits, 2024/03/13
- 01/62: gnu: Place rust-rtnetlink-0.14 in alphabetical order., guix-commits, 2024/03/13
- 03/62: gnu: Add rust-as-variant-1., guix-commits, 2024/03/13
- 05/62: gnu: Add rust-cfg-vis-0.3., guix-commits, 2024/03/13
- 09/62: gnu: Add rust-proptest-derive-0.4., guix-commits, 2024/03/13
- 07/62: gnu: rust-gloo-timers-0.2: Update to 0.2.6., guix-commits, 2024/03/13
- 06/62: gnu: Add rust-gloo-timers-0.3., guix-commits, 2024/03/13
- 16/62: gnu: Add rust-stream-assert-0.1., guix-commits, 2024/03/13
- 18/62: gnu: Place rust-rusticata-macros-4 in alphabetical order.,
guix-commits <=
- 19/62: gnu: Place rust-rpds-1 in alphabetical order., guix-commits, 2024/03/13
- 21/62: gnu: Place rust-rpassword-6 in alphabetical order., guix-commits, 2024/03/13
- 13/62: gnu: Place rust-uom-0.34 in alphabetical order., guix-commits, 2024/03/13
- 10/62: gnu: Add rust-bitmaps-3., guix-commits, 2024/03/13
- 04/62: gnu: Add rust-backoff-0.4., guix-commits, 2024/03/13
- 23/62: gnu: Place rust-rt-format-0.3 in alphabetical order., guix-commits, 2024/03/13
- 33/62: gnu: rust-smallvec-1: Update to 1.13.1., guix-commits, 2024/03/13
- 36/62: gnu: rust-elliptic-curve-0.13: Update to 0.13.8., guix-commits, 2024/03/13
- 17/62: gnu: Add rust-branches-0.1., guix-commits, 2024/03/13
- 24/62: gnu: Place rust-rtoolbox-0.0.1 in alphabetical order., guix-commits, 2024/03/13