3
0
Fork 0
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:
Mario Rodas 2022-02-20 08:32:49 -05:00 committed by GitHub
commit 481009fd4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.