aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-04-17 22:09:08 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-04-19 01:48:06 +0200
commit8142eadd401c940abca240ce9a562110f7dfafec (patch)
treef887c448b6c435990bcdd9cbb2beb529d3f1a997
parente6d782621a7a00bb830c8df92e588321646f34e0 (diff)
downloadguix-8142eadd401c940abca240ce9a562110f7dfafec.tar
guix-8142eadd401c940abca240ce9a562110f7dfafec.tar.gz
gnu: python-zope-interface: Update to 4.6.0.
* gnu/packages/python-web.scm (python-zope-interface): Update to 4.6.0.
-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 ec068bdf0b..7c6d055191 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -897,14 +897,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)))