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

* gnu/packages/python-xyz.scm (python-jsonrpc-server): Update to 0.3.2.
This commit is contained in:
Brett Gilio 2019-12-09 15:34:23 -06:00
parent b657b23ffb
commit d6cf4c6e77
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -3007,19 +3007,20 @@ (define-public python-toml
(define-public python-jsonrpc-server
(package
(name "python-jsonrpc-server")
(version "0.1.2")
(version "0.3.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-jsonrpc-server" version))
(sha256
(base32
"0m4ykpcdy52x37n1ikysp07j7p8ialcdvvvsrjp3545sn7iiid09"))))
"0ddgdp26dfxaz6isjbb12974b3rxavgsqrn2zrmck62cmipg5g05"))))
(build-system python-build-system)
(propagated-inputs
`(("python-future" ,python-future)
("python-mock" ,python-mock)
("python-pytest" ,python-pytest)))
("python-pytest" ,python-pytest)
("python-ujson" ,python-ujson)))
(home-page
"https://github.com/palantir/python-jsonrpc-server")
(synopsis "JSON RPC 2.0 server library")