mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
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 @@ (define-public rust-rt-format-0.3
|
|||
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")
|
||||
|
@ -57812,6 +57790,28 @@ (define-public rust-rustfix-0.4
|
|||
`(("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")
|
||||
|
|
Loading…
Reference in a new issue