efraim pushed a commit to branch rust-team
in repository guix.

commit a68ad49a06c7a84698a2c59128dcacc882373804
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Dec 26 11:40:30 2024 +0200

    gnu: Add rust-roxmltree-0.18.
    
    * gnu/packages/crates-io.scm (rust-roxmltree-0.18): New variable.
    
    Change-Id: I3cc05dda9db1699f571f09a9dcd8ad01e53ca617
---
 gnu/packages/crates-io.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c9554ce0be..f76c4a9b87 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -70233,6 +70233,21 @@ can handle huge texts and memory-incoherent edits with 
ease.")
      "@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)

Reply via email to