python37Packages.jsonrpclib-pelix: 0.3.2 -> 0.4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jsonrpclib-pelix/versions
This commit is contained in:
R. RyanTM 2019-01-16 13:37:12 -08:00
parent 36c904d637
commit b0dfb73c39

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "jsonrpclib-pelix";
version = "0.3.2";
version = "0.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "14d288d1b3d3273cf96a729dd21a2470851c4962be8509f3dd62f0137ff90339";
sha256 = "1pimyq95w99ik5av96j0n9i6n12mr9kk0y28jnrq0555d7hmii8r";
};
doCheck = false; # test_suite="tests" in setup.py but no tests in pypi.