python3Packages.py4j: 0.10.9.5 -> 0.10.9.7

This commit is contained in:
Martin Weinelt
2022-09-19 10:37:39 +02:00
parent 3370ff051c
commit 6830504868
@@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "py4j";
version = "0.10.9.5";
version = "0.10.9.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-J2pKPFohVN8YYO8zA6knRg4C6XsEfcCkfBw/uMzjTbY=";
sha256 = "sha256-C25TFbs62lz2KsZR0Qe7LrwC3vPe6dlUjjuqxkTqjbs=";
};
# No tests in archive