gnu: python-zope-component: Update to 4.3.0.
* gnu/packages/python.scm (python-zope-component): Update to 4.3.0. [source]: Use pypi-uri.
This commit is contained in:
parent
c56ad5e291
commit
35e1a0f1a7
|
@ -8256,15 +8256,14 @@ security policies on Python objects.")
|
||||||
(define-public python-zope-component
|
(define-public python-zope-component
|
||||||
(package
|
(package
|
||||||
(name "python-zope-component")
|
(name "python-zope-component")
|
||||||
(version "4.2.2")
|
(version "4.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/z"
|
(uri (pypi-uri "zope.component" version))
|
||||||
"/zope.component/zope.component-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06pqr8m5jv12xjyy5b59hh9anl61cxkzhw9mka33r3nxalmi2b18"))))
|
"1hlvzwj1kcfz1qms1dzhwsshpsf38z9clmyksb1gh41n8k3kchdv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Skip tests due to circular dependency with python-zope-security.
|
;; Skip tests due to circular dependency with python-zope-security.
|
||||||
|
|
Loading…
Reference in New Issue