mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-elementpath: Update to 1.4.0.
* gnu/packages/xml.scm (python-elementpath): Update to 1.4.0.
This commit is contained in:
parent
89c756012c
commit
e272783bdb
1 changed files with 2 additions and 2 deletions
|
@ -2054,14 +2054,14 @@ modular implementation of XML-RPC for C and C++.")
|
||||||
(define-public python-elementpath
|
(define-public python-elementpath
|
||||||
(package
|
(package
|
||||||
(name "python-elementpath")
|
(name "python-elementpath")
|
||||||
(version "1.3.3")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "elementpath" version))
|
(uri (pypi-uri "elementpath" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rb8892zli74wk1c4hyg77ja9wglq9hplgxwak1rmj3s9p6xnf0p"))))
|
"15h7d41v48q31hzjay7qzixdv531hnga3h35hksk7x52pgqcrkz7"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/sissaschool/elementpath")
|
"https://github.com/sissaschool/elementpath")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue