forked from mirrors/nixpkgs
Merge pull request #161046 from r-ryantm/auto-update/python3.10-jsonrpclib-pelix
python310Packages.jsonrpclib-pelix: 0.4.3.1 -> 0.4.3.2
This commit is contained in:
commit
481009fd4a
|
@ -5,11 +5,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "jsonrpclib-pelix";
|
||||
version = "0.4.3.1";
|
||||
version = "0.4.3.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "f6f376c72ec1c0dfd69fcc2721d711f6ca1fe22bf71f99e6884c5e43e9b58c95";
|
||||
sha256 = "sha256-6eCzPvqPog2BfdeN/Z5M2zlnyKXTy1p4O+HugcSonHw=";
|
||||
};
|
||||
|
||||
doCheck = false; # test_suite="tests" in setup.py but no tests in pypi.
|
||||
|
|
Loading…
Reference in a new issue