mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-pyxb: Update to 1.2.6.
* gnu/packages/xml.scm (python-pyxb): Update to 1.2.6.
This commit is contained in:
parent
35a4fefc01
commit
4ef6cfefaa
1 changed files with 2 additions and 2 deletions
|
@ -867,13 +867,13 @@ (define-public pugixml
|
|||
(define-public python-pyxb
|
||||
(package
|
||||
(name "python-pyxb")
|
||||
(version "1.2.5")
|
||||
(version "1.2.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyXB" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rzzwibfqa28gxgcxx4cybx1qcg0g6fand06ykj3gz7z5kp653sf"))))
|
||||
"1d17pyixbfvjyi2lb0cfp0ch8wwdf44mmg3r5pwqhyyqs66z601a"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://pyxb.sourceforge.net/")
|
||||
(synopsis "Python XML Schema Bindings")
|
||||
|
|
Loading…
Reference in a new issue