mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-markup-0.13: Order alphabetically.
* gnu/packages/crates-io.scm (rust-markup-0.13): Order. Change-Id: I82f561f9e55ac96293e0378938e82947daf8827d Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
88e992167f
commit
60926994f4
1 changed files with 22 additions and 22 deletions
|
@ -45426,6 +45426,28 @@ (define-public rust-marked-yaml-0.7
|
|||
"This package provides a simplified YAML structure with provenance spans.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-markup-0.13
|
||||
(package
|
||||
(name "rust-markup")
|
||||
(version "0.13.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "markup" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03cb086vkqdym3z0wq9h8ywgc2v1w9n4d8pn0j6p76fl6ni9d4dx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-itoa" ,rust-itoa-1)
|
||||
("rust-markup-proc-macro" ,rust-markup-proc-macro-0.13))))
|
||||
(home-page "https://github.com/utkarshkukreti/markup.rs")
|
||||
(synopsis "Fast, type-safe template engine for Rust")
|
||||
(description
|
||||
"This package provides a fast, type-safe template engine for Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-markup-proc-macro-0.13
|
||||
(package
|
||||
(name "rust-markup-proc-macro")
|
||||
|
@ -45450,28 +45472,6 @@ (define-public rust-markup-proc-macro-0.13
|
|||
template engine for Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-markup-0.13
|
||||
(package
|
||||
(name "rust-markup")
|
||||
(version "0.13.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "markup" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03cb086vkqdym3z0wq9h8ywgc2v1w9n4d8pn0j6p76fl6ni9d4dx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-itoa" ,rust-itoa-1)
|
||||
("rust-markup-proc-macro" ,rust-markup-proc-macro-0.13))))
|
||||
(home-page "https://github.com/utkarshkukreti/markup.rs")
|
||||
(synopsis "Fast, type-safe template engine for Rust")
|
||||
(description
|
||||
"This package provides a fast, type-safe template engine for Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-markup5ever-0.12
|
||||
(package
|
||||
(name "rust-markup5ever")
|
||||
|
|
Loading…
Reference in a new issue