gnu: python-pyro4: Update to 4.77.

* gnu/packages/python-xyz.scm (python-pyro4): Update to 4.77.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Giacomo Leidi 2019-10-28 18:44:14 +01:00 committed by Marius Bakke
parent 2f3c2dafef
commit 3ce91d4429
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -14329,14 +14329,20 @@ (define-public python2-semver
(define-public python-pyro4 (define-public python-pyro4
(package (package
(name "python-pyro4") (name "python-pyro4")
(version "4.75") (version "4.77")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Pyro4" version)) (uri (pypi-uri "Pyro4" version))
(sha256 (sha256
(base32 "1dfpp36imddx19yv0kd28gk1l71ckhpqy6jd590wpm2680jw15rq")))) (base32 "0gsjg869y4gpy265s1gj1f2qy6jn5iz8r2bwwnq78r1r5yi15zib"))))
(build-system python-build-system) (build-system python-build-system)
(arguments
'(#:tests? #f)) ;FIXME: Some tests require network access.
(native-inputs
`(("python-cloudpickle" ,python-cloudpickle)
("python-dill" ,python-dill)
("python-msgpack" ,python-msgpack)))
(propagated-inputs (propagated-inputs
`(("python-serpent" ,python-serpent))) `(("python-serpent" ,python-serpent)))
(home-page "https://pyro4.readthedocs.io") (home-page "https://pyro4.readthedocs.io")