me
/
guix
Archived
1
0
Fork 0

gnu: rust-xml-rs-0.7: Downgrade to 0.7.0.

0.7.1 was pulled by upstream.

* gnu/packages/crates-io.scm (rust-xml-rs-0.7): Downgrade to 0.7.0.
[source]: Remove snippet.
[arguments]: Only test the libs. In cargo-inputs remove
rust-doc-comment-0.3, rust-lazy-static-1, add rust-bitflags-1.
master
Efraim Flashner 2020-10-12 13:03:30 +03:00
parent b01644cf53
commit 1bea13cbd5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 12 deletions

View File

@ -32457,7 +32457,7 @@ to XDG Base Directory specification.")
(define-public rust-xml-rs-0.7
(package
(name "rust-xml-rs")
(version "0.7.1")
(version "0.7.0")
(source
(origin
(method url-fetch)
@ -32466,19 +32466,12 @@ to XDG Base Directory specification.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1wv7izl41jf3ylhqhw23y1h0m729v2g5k4mgfw72v4kmgvvawiin"))
(modules '((guix build utils)))
(snippet
'(begin
;; 'doctest' isn't stable until rust-1.40
(substitute* "src/lib.rs"
(("\\(doctest") "(test"))
#t))))
"1hp9kf80y9qm3aiqg5psyshqfkcrjgifbcm2c2nc5qlzs80vc71w"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
(("rust-doc-comment" ,rust-doc-comment-0.3)
("rust-lazy-static" ,rust-lazy-static-1))))
`(#:cargo-test-flags '("--release" "--lib")
#:cargo-inputs
(("rust-bitflags" ,rust-bitflags-1))))
(home-page "https://github.com/netvl/xml-rs")
(synopsis "XML library in pure Rust")
(description "An XML library in pure Rust.")