gnu: python-zope-exceptions: Update to 4.3.
* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.3.
parent
5af5165448
commit
9a1dfda6fa
|
@ -1017,14 +1017,14 @@ conforming to a given API or contract.")
|
||||||
(define-public python-zope-exceptions
|
(define-public python-zope-exceptions
|
||||||
(package
|
(package
|
||||||
(name "python-zope-exceptions")
|
(name "python-zope-exceptions")
|
||||||
(version "4.0.8")
|
(version "4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zope.exceptions" version))
|
(uri (pypi-uri "zope.exceptions" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zwxaaa66sqxg5k7zcrvs0fbg9ym1njnxnr28dfmchzhwjvwnfzl"))))
|
"04bjskwas17yscl8bs3l44maxspw1gdji0zcmr499fs420y9r9az"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; circular dependency with zope.testrunner
|
'(#:tests? #f)) ; circular dependency with zope.testrunner
|
||||||
|
|
Reference in New Issue