summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-26 15:48:09 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-26 22:35:36 +0100
commit447f9acf12bdee3fc817fcbb13fc20180b4ebef9 (patch)
tree629961d549ed32cf48a670933427902181ef5ade /gnu/packages/xml.scm
parenteac7966f0d90fdd5c2ccd488bd08175f968faf2d (diff)
downloadguix-patches-447f9acf12bdee3fc817fcbb13fc20180b4ebef9.tar
guix-patches-447f9acf12bdee3fc817fcbb13fc20180b4ebef9.tar.gz
gnu: python-xmlschema: Update to 1.1.2.
* gnu/packages/xml.scm (python-xmlschema): Update to 1.1.2.
Diffstat (limited to 'gnu/packages/xml.scm')
-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