guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: python-xmlschema: Update to 1.1.1.


From: guix-commits
Subject: 08/09: gnu: python-xmlschema: Update to 1.1.1.
Date: Tue, 25 Feb 2020 12:36:18 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 93f71b29a5ae19ba943b05ed96cec8e2da8cd2be
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Feb 25 17:18:32 2020 +0100

    gnu: python-xmlschema: Update to 1.1.1.
    
    * gnu/packages/xml.scm (python-xmlschema): Update to 1.1.1.
---
 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 5e40ba1..704839e 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2108,7 +2108,7 @@ libxml2 and libxslt.")
 (define-public python-xmlschema
   (package
     (name "python-xmlschema")
-    (version "1.1.0")
+    (version "1.1.1")
     (source (origin
               ;; Unit tests are not distributed with the PyPI archive.
               (method git-fetch)
@@ -2118,7 +2118,7 @@ libxml2 and libxslt.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1h8321jb6q3dhlh3608y3f3sbbzfd3jg1psyirxkrm4w5xs3lbvy"))))
+                "0nqhqbvp0kpd1bz11b6gpkc0mkg068mqs56ww4k5ang1cl9d8gd6"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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