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

* gnu/packages/python-web.scm (python-zope-event): Update to 4.4.
master
Marius Bakke 2019-03-04 19:37:51 +01:00
parent beaff4a8a9
commit 7b43d3a7c1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -872,14 +872,14 @@ object to help create WSGI responses.")
(define-public python-zope-event
(package
(name "python-zope-event")
(version "4.1.0")
(version "4.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zope.event" version))
(sha256
(base32
"11p75zpfz3ffhz21nzx9wb23xs993ck5s6hkjcvhswwizni5jynw"))))
"1ksbc726av9xacml6jhcfyn828hlhb9xlddpx6fcvnlvmpmpvhk9"))))
(build-system python-build-system)
(home-page "https://pypi.python.org/pypi/zope.event")
(synopsis "Event publishing system for Python")