python37Packages.jsonrpc-websocket: 1.0.2 -> 1.1.0

This commit is contained in:
R. RyanTM 2020-04-01 23:37:20 +00:00 committed by Jon
parent cab6b019b1
commit df003491d7

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "jsonrpc-websocket";
version = "1.0.2";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "f1aaca95db795d6a9f7bba52ff83c7fd4139050d0df93ee3a5a448adcfa0c0ac";
sha256 = "029gxp6f06gmba7glxfdz5xfhs5kkqph7x78k38qqvdrmca4z450";
};
nativeBuildInputs = [ pep8 ];
@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
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;
maintainers = with maintainers; [ peterhoeg ];
};