summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-04 19:38:12 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-04 22:58:58 +0100
commitb87fc008aaa8bbc99c62fcbccf77e0356acba6b2 (patch)
tree72f3a1e26e45349eba16a542274889dfa012b39d /gnu/packages/python-web.scm
parent7b43d3a7c1204cd89d3009abef8b908c9999b762 (diff)
downloadguix-patches-b87fc008aaa8bbc99c62fcbccf77e0356acba6b2.tar
guix-patches-b87fc008aaa8bbc99c62fcbccf77e0356acba6b2.tar.gz
gnu: python-zope-interface: Update to 4.6.0.
* gnu/packages/python-web.scm (python-zope-interface): Update to 4.6.0.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 198795db24..cf04c06541 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -895,14 +895,14 @@ dispatching systems can be built.")
(define-public python-zope-interface
(package
(name "python-zope-interface")
- (version "4.1.3")
+ (version "4.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zope.interface" version))
(sha256
(base32
- "0ks8h73b2g4bkad821qbv0wzjppdrwys33i7ka45ik3wxjg1l8if"))))
+ "1rgh2x3rcl9r0v0499kf78xy86rnmanajf4ywmqb943wpk50sg8v"))))
(build-system python-build-system)
(native-inputs
`(("python-zope-event" ,python-zope-event)))