diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 13:34:09 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:36 +0100 |
commit | 5af516544856373e07fb8d57f14b7eef369623a8 (patch) | |
tree | a02307371f7a1b0a5d09b06cbb1e5532b42ecf33 /gnu/packages/python-web.scm | |
parent | f11b55563723164886939f5dd01598197ddcc8d6 (diff) |
gnu: python-zope-interface: Update to 4.7.2.
* gnu/packages/python-web.scm (python-zope-interface): Update to 4.7.2.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e431a072d1..775c87f194 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))) |