guix-commits
[Top][All Lists]
Advanced

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

148/156: gnu: rust-xml-rs-0.8: Update to 0.8.19.


From: guix-commits
Subject: 148/156: gnu: rust-xml-rs-0.8: Update to 0.8.19.
Date: Tue, 24 Oct 2023 08:53:10 -0400 (EDT)

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

commit 46adab651c73f4d889581dba00960c7d373720df
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 10:28:27 2023 +0300

    gnu: rust-xml-rs-0.8: Update to 0.8.19.
    
    * gnu/packages/crates-io.scm (rust-xml-rs-0.8): Update to 0.8.19.
    [source]: Remove snippet.
    [cargo-development-inputs]: Remove field.
    [home-page]: Update to new home-page.
    
    Change-Id: I37207ba46e5748e91dafec2fe40795727cbd2b1c
---
 gnu/packages/crates-io.scm | 21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index df9e79f640..29fcfb25e2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -87316,29 +87316,16 @@ including a line breaking iterator.")
 (define-public rust-xml-rs-0.8
   (package
     (name "rust-xml-rs")
-    (version "0.8.3")
+    (version "0.8.19")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "xml-rs" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "12ndxyhzxw2zdr76ql8nfdwb2vwhvdkrxwk4pbjafqfglmjv0zdh"))
-       (modules '((guix build utils)))
-       (snippet
-        '(begin
-           ;; 'doctest' isn't stable until rust-1.40
-           (substitute* "src/lib.rs"
-             (("\\(doctest") "(test"))
-           #t))))
+        (base32 "0nnpvk3fv32hgh7vs9gbg2swmzxx5yz73f4b7rak7q39q2x9rjqg"))))
     (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-development-inputs
-       (("rust-doc-comment" ,rust-doc-comment-0.3)
-        ("rust-lazy-static" ,rust-lazy-static-1))))
-    (home-page "https://github.com/netvl/xml-rs";)
+    (home-page "https://lib.rs/crates/xml-rs";)
     (synopsis "XML library in pure Rust")
     (description "An XML library in pure Rust.")
     (license license:expat)))



reply via email to

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