guix-patches
[Top][All Lists]
Advanced

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

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


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

* gnu/packages/crates-io.scm (rust-roxmltree-0.20): New variable.
---
 gnu/packages/crates-io.scm | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 082c4d9834..d87b24810a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67206,17 +67206,17 @@ (define-public rust-rowan-0.15
      "This package provides a library for generic lossless syntax trees.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-roxmltree-0.19
+(define-public rust-roxmltree-0.20
   (package
     (name "rust-roxmltree")
-    (version "0.19.0")
+    (version "0.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "roxmltree" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0zs0q8hg5nnh91s1ib6r0fky7xm8ay63ayfa5i1afxxpwgalzl9w"))))
+        (base32 "15vw91ps91wkmmgy62khf9zb63bdinvm80957dascbsw7dwvc83c"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/RazrFalcon/roxmltree";)
     (synopsis "Represent an XML as a read-only tree")
@@ -67224,6 +67224,19 @@ (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.19
+  (package
+    (inherit rust-roxmltree-0.20)
+    (name "rust-roxmltree")
+    (version "0.19.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "roxmltree" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0zs0q8hg5nnh91s1ib6r0fky7xm8ay63ayfa5i1afxxpwgalzl9w"))))))
+
 (define-public rust-roxmltree-0.18
   (package
     (inherit rust-roxmltree-0.19)
-- 
2.47.0






reply via email to

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