Archived
1
0
Fork 0

gnu: python-jsonrpc-server: Update to 0.3.4.

* gnu/packages/python-xyz.scm (python-jsonrpc-server): Update to 0.3.4.
[propagated-inputs]: Remove python-future.
This commit is contained in:
Efraim Flashner 2020-05-19 14:44:26 +03:00
parent 64d1d2b271
commit 3d41d5dfef
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3720,18 +3720,17 @@ Language (TOML) configuration files.")
(define-public python-jsonrpc-server (define-public python-jsonrpc-server
(package (package
(name "python-jsonrpc-server") (name "python-jsonrpc-server")
(version "0.3.2") (version "0.3.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "python-jsonrpc-server" version)) (uri (pypi-uri "python-jsonrpc-server" version))
(sha256 (sha256
(base32 (base32
"0ddgdp26dfxaz6isjbb12974b3rxavgsqrn2zrmck62cmipg5g05")))) "0dzya99nbi4mw7q85vmyw1wfgbx5dpmysnvm0bwx5m4xbi4zafy7"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-future" ,python-future) `(("python-mock" ,python-mock)
("python-mock" ,python-mock)
("python-pytest" ,python-pytest) ("python-pytest" ,python-pytest)
("python-ujson" ,python-ujson))) ("python-ujson" ,python-ujson)))
(home-page (home-page