mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-zope-schema: Update to 7.0.1.
* gnu/packages/python-web.scm (python-zope-schema): Update to 7.0.1.
This commit is contained in:
parent
87d75d9151
commit
3a776c5896
1 changed files with 2 additions and 2 deletions
|
@ -2627,14 +2627,14 @@ (define-public python-zope-i18nmessageid
|
|||
(define-public python-zope-schema
|
||||
(package
|
||||
(name "python-zope-schema")
|
||||
(version "6.0.0")
|
||||
(version "7.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "zope.schema" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09jg47bxhfg1ahr1jxb5y0cbiszyk1j6fn1r1r7s6svjl3lbryr0"))))
|
||||
"1fgvx7nim9plxnyiq6vmah1dji7ba5290fws1i0lwk9m0g5xpm7a"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue