gnu: Place rust-roxmltree-0.14 in alphabetical order.
gnu/packages/crates-io.scm (rust-roxmltree-0.14): Move variable. Change-Id: I71364774e17b776c43b696791a98c01e62655c10 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
bb3f128683
commit
9d17a7a176
@ -16181,28 +16181,6 @@ number ``crunching``.")
|
|||||||
many formats including AAC, FLAC, MP3, MP4 and WAV.")
|
many formats including AAC, FLAC, MP3, MP4 and WAV.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-roxmltree-0.14
|
|
||||||
(package
|
|
||||||
(name "rust-roxmltree")
|
|
||||||
(version "0.14.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "roxmltree" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "010mahzyarkzb7kaawgga1a9y46nsp209yh2i4g4pq98bg8afn5z"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-xmlparser" ,rust-xmlparser-0.13))))
|
|
||||||
(home-page "https://github.com/RazrFalcon/roxmltree")
|
|
||||||
(synopsis "Represent an XML as a read-only tree")
|
|
||||||
(description
|
|
||||||
"@code{roxmltree} represents an XML 1.0 document as a read-only tree.")
|
|
||||||
(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")
|
||||||
@ -55567,6 +55545,28 @@ can handle huge texts and memory-incoherent edits with ease.")
|
|||||||
"This package provides a library for generic lossless syntax trees.")
|
"This package provides a library for generic lossless syntax trees.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-roxmltree-0.14
|
||||||
|
(package
|
||||||
|
(name "rust-roxmltree")
|
||||||
|
(version "0.14.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "roxmltree" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "010mahzyarkzb7kaawgga1a9y46nsp209yh2i4g4pq98bg8afn5z"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-xmlparser" ,rust-xmlparser-0.13))))
|
||||||
|
(home-page "https://github.com/RazrFalcon/roxmltree")
|
||||||
|
(synopsis "Represent an XML as a read-only tree")
|
||||||
|
(description
|
||||||
|
"@code{roxmltree} represents an XML 1.0 document as a read-only tree.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-rpassword-7
|
(define-public rust-rpassword-7
|
||||||
(package
|
(package
|
||||||
(name "rust-rpassword")
|
(name "rust-rpassword")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user