Revert "python3Packages.jsonrpclib-pelix: 0.4.3.3 -> 0.4.3.4"
This reverts commit a1f43b177e.
It wouldn't build:
https://hydra.nixos.org/build/294234272/nixlog/3/tail
This commit is contained in:
@@ -6,13 +6,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jsonrpclib-pelix";
|
||||
version = "0.4.3.4";
|
||||
version = "0.4.3.3";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "jsonrpclib_pelix";
|
||||
inherit version;
|
||||
hash = "sha256-6C1vTakHp9ER75P9I2HIwgt50ki+T+mWeOCGJqqPy+8=";
|
||||
inherit pname version;
|
||||
hash = "sha256-xJT+cQCxE5sTEUacKLwy0cuS5P8fRRH7cdaAcgXcN3M=";
|
||||
};
|
||||
|
||||
doCheck = false; # test_suite="tests" in setup.py but no tests in pypi.
|
||||
|
||||
Reference in New Issue
Block a user