forked from mirrors/nixpkgs
python37Packages.jsonrpc-websocket: 1.0.2 -> 1.1.0
This commit is contained in:
parent
cab6b019b1
commit
df003491d7
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jsonrpc-websocket";
|
pname = "jsonrpc-websocket";
|
||||||
version = "1.0.2";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f1aaca95db795d6a9f7bba52ff83c7fd4139050d0df93ee3a5a448adcfa0c0ac";
|
sha256 = "029gxp6f06gmba7glxfdz5xfhs5kkqph7x78k38qqvdrmca4z450";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pep8 ];
|
nativeBuildInputs = [ pep8 ];
|
||||||
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A JSON-RPC websocket client library for asyncio";
|
description = "A JSON-RPC websocket client library for asyncio";
|
||||||
homepage = https://github.com/armills/jsonrpc-websocket;
|
homepage = "https://github.com/armills/jsonrpc-websocket";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue