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>
This commit is contained in:
parent
32fcb420c2
commit
02d3b97ca9
1 changed files with 22 additions and 22 deletions
|
@ -16254,28 +16254,6 @@ all the formatting features of the format! macro, except for the fill
|
||||||
character.")
|
character.")
|
||||||
(license license:asl2.0)))
|
(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
|
(define-public rust-cssparser-0.29
|
||||||
(package
|
(package
|
||||||
(name "rust-cssparser")
|
(name "rust-cssparser")
|
||||||
|
@ -57812,6 +57790,28 @@ rustc compiler.")
|
||||||
`(("rust-failure" ,rust-failure-0.1)
|
`(("rust-failure" ,rust-failure-0.1)
|
||||||
,@(alist-delete "rust-anyhow" cargo-inputs)))))))
|
,@(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
|
(define-public rust-rustix-0.38
|
||||||
(package
|
(package
|
||||||
(name "rust-rustix")
|
(name "rust-rustix")
|
||||||
|
|
Reference in a new issue