mbakke pushed a commit to branch master
in repository guix.
commit 5af516544856373e07fb8d57f14b7eef369623a8
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Mar 16 13:34:09 2020 +0100
gnu: python-zope-interface: Update to 4.7.2.
* gnu/packages/python-web.scm (python-zope-interface): Update to 4.7.2.
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e431a07..775c87f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -992,14 +992,14 @@ dispatching systems can be built.")
(define-public python-zope-interface
(package
(name "python-zope-interface")
- (version "4.6.0")
+ (version "4.7.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zope.interface" version))
(sha256
(base32
- "1rgh2x3rcl9r0v0499kf78xy86rnmanajf4ywmqb943wpk50sg8v"))))
+ "0r9kvb1q3lxrdhxabliv9nwhjsdmn1n0vcjv93rlqkyb7yyh24gx"))))
(build-system python-build-system)
(native-inputs
`(("python-zope-event" ,python-zope-event)))