gnu: python-zope-proxy: Update to 4.3.5.
* gnu/packages/python-web.scm (python-zope-proxy): Update to 4.3.5.
This commit is contained in:
parent
9085a0c97a
commit
556eec71d8
1 changed files with 2 additions and 2 deletions
|
@ -1295,14 +1295,14 @@ (define-public python2-zope-configuration
|
|||
(define-public python-zope-proxy
|
||||
(package
|
||||
(name "python-zope-proxy")
|
||||
(version "4.3.4")
|
||||
(version "4.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "zope.proxy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g0rcfnbchpvqhm76aixqlz544dawrgmy8gw9zwmijhk6wfl9f26"))))
|
||||
"14h7nyfbl5vpfk0rbviy4ygdfx0yx5kncvg6jpbdb0dhwna0ssm6"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-zope-security" ,python-zope-security-bootstrap)
|
||||
|
|
Loading…
Reference in a new issue