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
This commit is contained in:
parent
c342d3d7da
commit
2a4b776c01
1 changed files with 4 additions and 17 deletions
|
@ -87331,29 +87331,16 @@ including a line breaking iterator.")
|
||||||
(define-public rust-xml-rs-0.8
|
(define-public rust-xml-rs-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-xml-rs")
|
(name "rust-xml-rs")
|
||||||
(version "0.8.3")
|
(version "0.8.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "xml-rs" version))
|
(uri (crate-uri "xml-rs" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0nnpvk3fv32hgh7vs9gbg2swmzxx5yz73f4b7rak7q39q2x9rjqg"))))
|
||||||
"12ndxyhzxw2zdr76ql8nfdwb2vwhvdkrxwk4pbjafqfglmjv0zdh"))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
;; 'doctest' isn't stable until rust-1.40
|
|
||||||
(substitute* "src/lib.rs"
|
|
||||||
(("\\(doctest") "(test"))
|
|
||||||
#t))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(home-page "https://lib.rs/crates/xml-rs")
|
||||||
`(#: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")
|
|
||||||
(synopsis "XML library in pure Rust")
|
(synopsis "XML library in pure Rust")
|
||||||
(description "An XML library in pure Rust.")
|
(description "An XML library in pure Rust.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Reference in a new issue