aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5d8d2a30f5..042679e122 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2099,7 +2099,7 @@ libxml2 and libxslt.")
(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 @@ libxml2 and libxslt.")
(file-name (git-file-name name version))
(sha256
(base32
- "0nqhqbvp0kpd1bz11b6gpkc0mkg068mqs56ww4k5ang1cl9d8gd6"))))
+ "03bz5mp45y4shmlc1gxq1h69vjx60z1acg9cy4kq7fczgx8qg9jw"))))
(build-system python-build-system)
(arguments
'(#:phases