gnu: python-xmlschema: Update to 1.1.2.
* gnu/packages/xml.scm (python-xmlschema): Update to 1.1.2.
This commit is contained in:
parent
eac7966f0d
commit
447f9acf12
1 changed files with 2 additions and 2 deletions
|
@ -2099,7 +2099,7 @@ (define-public python2-lxml
|
|||
(define-public python-xmlschema
|
||||
(package
|
||||
(name "python-xmlschema")
|
||||
(version "1.1.1")
|
||||
(version "1.1.2")
|
||||
(source (origin
|
||||
;; Unit tests are not distributed with the PyPI archive.
|
||||
(method git-fetch)
|
||||
|
@ -2109,7 +2109,7 @@ (define-public python-xmlschema
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nqhqbvp0kpd1bz11b6gpkc0mkg068mqs56ww4k5ang1cl9d8gd6"))))
|
||||
"03bz5mp45y4shmlc1gxq1h69vjx60z1acg9cy4kq7fczgx8qg9jw"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue