mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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.
This commit is contained in:
parent
d0bff5dd6d
commit
b865a21c34
1 changed files with 5 additions and 2 deletions
|
@ -2201,15 +2201,18 @@ (define-public xmlrpc-c
|
||||||
(define-public python-elementpath
|
(define-public python-elementpath
|
||||||
(package
|
(package
|
||||||
(name "python-elementpath")
|
(name "python-elementpath")
|
||||||
(version "1.4.0")
|
(version "2.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "elementpath" version))
|
(uri (pypi-uri "elementpath" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15h7d41v48q31hzjay7qzixdv531hnga3h35hksk7x52pgqcrkz7"))))
|
"1kxx573ywqfh6j6aih2i6hhsya6kz79qq4bgz6yskwk6b18jyr8z"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
;; The test suite is not run, to avoid a dependency cycle with
|
||||||
|
;; python-xmlschema.
|
||||||
|
(arguments `(#:tests? #f))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/sissaschool/elementpath")
|
"https://github.com/sissaschool/elementpath")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in a new issue