guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#74234] [PATCH rust-team v3 07/23] gnu: Add rust-roxmltree-0.18.


From: Aaron Covrig
Subject: [bug#74234] [PATCH rust-team v3 07/23] gnu: Add rust-roxmltree-0.18.
Date: Sun, 8 Dec 2024 20:11:31 -0500

From: Giacomo Leidi <goodoldpaul@autistici.org>

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

Change-Id: I7c6f8580e739a04f0a8df90801b6ebb49efc22ee
---
 gnu/packages/crates-io.scm | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index dd329fb33b..3fb0d9a5e5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67224,10 +67224,25 @@ (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.14
+(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.18)
+    (name "rust-roxmltree")
     (version "0.14.0")
     (source
      (origin
-- 
2.47.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]