me
/
guix
Archived
1
0
Fork 0

gnu: python-elementpath: Update to 2.0.3.

* gnu/packages/xml.scm (python-elementpath): Update to 2.0.3.
[arguments]: Add field; disable the tests.
master
Maxim Cournoyer 2020-10-19 16:05:21 -04:00
parent d0bff5dd6d
commit b865a21c34
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 2 deletions

View File

@ -2201,15 +2201,18 @@ modular implementation of XML-RPC for C and C++.")
(define-public python-elementpath
(package
(name "python-elementpath")
(version "1.4.0")
(version "2.0.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "elementpath" version))
(sha256
(base32
"15h7d41v48q31hzjay7qzixdv531hnga3h35hksk7x52pgqcrkz7"))))
"1kxx573ywqfh6j6aih2i6hhsya6kz79qq4bgz6yskwk6b18jyr8z"))))
(build-system python-build-system)
;; The test suite is not run, to avoid a dependency cycle with
;; python-xmlschema.
(arguments `(#:tests? #f))
(home-page
"https://github.com/sissaschool/elementpath")
(synopsis