me
/
guix
Archived
1
0
Fork 0

gnu: python-zope-exceptions: Update to 4.3.

* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.3.
Marius Bakke 2020-03-16 13:35:03 +01:00
parent 5af5165448
commit 9a1dfda6fa
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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