gnu: Add rust-roxmltree-0.18.

* gnu/packages/crates-io.scm (rust-roxmltree-0.18): New variable.

Change-Id: I3cc05dda9db1699f571f09a9dcd8ad01e53ca617
This commit is contained in:
Efraim Flashner 2024-12-26 11:40:30 +02:00
parent 46e806b2c7
commit ac17b9460b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -70233,6 +70233,21 @@ (define-public rust-roxmltree-0.19
"@code{roxmltree} represents an XML 1.0 document as a read-only tree.")
(license (list license:expat license:asl2.0))))
(define-public rust-roxmltree-0.18
(package
(inherit rust-roxmltree-0.19)
(name "rust-roxmltree")
(version "0.18.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "roxmltree" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "00mkd2xyrxm8ap39sxpkhzdzfn2m98q3zicf6wd2f6yfa7il08w6"))))
(arguments
`(#:cargo-inputs (("rust-xmlparser" ,rust-xmlparser-0.13))))))
(define-public rust-roxmltree-0.14
(package
(inherit rust-roxmltree-0.19)