python3Packages.jsonrpclib-pelix: 0.4.3.4 -> 1.0.0 (#460308)

This commit is contained in:
dotlambda
2025-12-06 20:49:24 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "jsonrpclib-pelix";
version = "0.4.3.4";
version = "1.0.0";
pyproject = true;
build-system = [ hatchling ];
src = fetchPypi {
pname = "jsonrpclib_pelix";
inherit version;
hash = "sha256-6C1vTakHp9ER75P9I2HIwgt50ki+T+mWeOCGJqqPy+8=";
hash = "sha256-Wx6hTabjcdur7bGr7QqLoc9ZZCg1DNnQGI88bGyO94Q=";
};
doCheck = false; # test_suite="tests" in setup.py but no tests in pypi.