mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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
|
(define-public python-zope-proxy
|
||||||
(package
|
(package
|
||||||
(name "python-zope-proxy")
|
(name "python-zope-proxy")
|
||||||
(version "4.3.4")
|
(version "4.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zope.proxy" version))
|
(uri (pypi-uri "zope.proxy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g0rcfnbchpvqhm76aixqlz544dawrgmy8gw9zwmijhk6wfl9f26"))))
|
"14h7nyfbl5vpfk0rbviy4ygdfx0yx5kncvg6jpbdb0dhwna0ssm6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-zope-security" ,python-zope-security-bootstrap)
|
`(("python-zope-security" ,python-zope-security-bootstrap)
|
||||||
|
|
Loading…
Reference in a new issue