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
(package
(name "python-zope-exceptions")
(version "4.0.8")
(version "4.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zope.exceptions" version))
(sha256
(base32
"0zwxaaa66sqxg5k7zcrvs0fbg9ym1njnxnr28dfmchzhwjvwnfzl"))))
"04bjskwas17yscl8bs3l44maxspw1gdji0zcmr499fs420y9r9az"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; circular dependency with zope.testrunner