gnu: python-xmlschema: Update to 1.1.2.

* gnu/packages/xml.scm (python-xmlschema): Update to 1.1.2.
This commit is contained in:
Marius Bakke 2020-03-26 15:48:09 +01:00
parent eac7966f0d
commit 447f9acf12
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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