guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/15: gnu: python-xmlschema: Update to 1.1.2.


From: guix-commits
Subject: 09/15: gnu: python-xmlschema: Update to 1.1.2.
Date: Thu, 26 Mar 2020 17:40:27 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 447f9acf12bdee3fc817fcbb13fc20180b4ebef9
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 26 15:48:09 2020 +0100

    gnu: python-xmlschema: Update to 1.1.2.
    
    * gnu/packages/xml.scm (python-xmlschema): Update to 1.1.2.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5d8d2a3..042679e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]