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

* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.4.
This commit is contained in:
Efraim Flashner 2020-07-20 17:14:04 +03:00
parent 3c23ae88ab
commit 845717bb8f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1112,14 +1112,14 @@ (define-public python2-zope-interface
(define-public python-zope-exceptions
(package
(name "python-zope-exceptions")
(version "4.3")
(version "4.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zope.exceptions" version))
(sha256
(base32
"04bjskwas17yscl8bs3l44maxspw1gdji0zcmr499fs420y9r9az"))))
"1nkgfwawswmyc6i0b8g3ymvja4mb507m8yhid8s4rbxq3dmqhwhd"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; circular dependency with zope.testrunner