python38Packages.jsonrpclib-pelix: 0.4.2 -> 0.4.3.1

This commit is contained in:
R. RyanTM 2021-09-29 10:12:55 +00:00
parent a46a8a13de
commit 725ee09d21

View File

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jsonrpclib-pelix"; pname = "jsonrpclib-pelix";
version = "0.4.2"; version = "0.4.3.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "340915c17ebef7451948341542bf4789fc8d8c9fe604e86f00b722b6074a89f0"; sha256 = "f6f376c72ec1c0dfd69fcc2721d711f6ca1fe22bf71f99e6884c5e43e9b58c95";
}; };
doCheck = false; # test_suite="tests" in setup.py but no tests in pypi. doCheck = false; # test_suite="tests" in setup.py but no tests in pypi.