Merge pull request #161046 from r-ryantm/auto-update/python3.10-jsonrpclib-pelix

python310Packages.jsonrpclib-pelix: 0.4.3.1 -> 0.4.3.2

authored by Mario Rodas and committed by GitHub 481009fd 450eab2c

+2 -2
+2 -2
pkgs/development/python-modules/jsonrpclib-pelix/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "jsonrpclib-pelix"; 8 - version = "0.4.3.1"; 8 + version = "0.4.3.2"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "f6f376c72ec1c0dfd69fcc2721d711f6ca1fe22bf71f99e6884c5e43e9b58c95"; 12 + sha256 = "sha256-6eCzPvqPog2BfdeN/Z5M2zlnyKXTy1p4O+HugcSonHw="; 13 13 }; 14 14 15 15 doCheck = false; # test_suite="tests" in setup.py but no tests in pypi.