mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: python-xmlschema: Update to 1.1.1.
* gnu/packages/xml.scm (python-xmlschema): Update to 1.1.1.
This commit is contained in:
parent
cce5903672
commit
93f71b29a5
1 changed files with 2 additions and 2 deletions
|
@ -2108,7 +2108,7 @@ (define-public python2-lxml
|
||||||
(define-public python-xmlschema
|
(define-public python-xmlschema
|
||||||
(package
|
(package
|
||||||
(name "python-xmlschema")
|
(name "python-xmlschema")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
;; Unit tests are not distributed with the PyPI archive.
|
;; Unit tests are not distributed with the PyPI archive.
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2118,7 +2118,7 @@ (define-public python-xmlschema
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h8321jb6q3dhlh3608y3f3sbbzfd3jg1psyirxkrm4w5xs3lbvy"))))
|
"0nqhqbvp0kpd1bz11b6gpkc0mkg068mqs56ww4k5ang1cl9d8gd6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue