python3Packages.jsonrpclib-pelix: 0.4.3.4 -> 1.0.0 (#460308)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user