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:
parent
b657b23ffb
commit
d6cf4c6e77
1 changed files with 4 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue