forked from mirrors/nixpkgs
python3Packages.py4j: 0.10.9.3 -> 0.10.9.5
This commit is contained in:
parent
23955a0d8e
commit
de6326df5b
|
@ -3,11 +3,11 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "py4j";
|
||||
|
||||
version = "0.10.9.3";
|
||||
version = "0.10.9.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0d92844da4cb747155b9563c44fc322c9a1562b3ef0979ae692dbde732d784dd";
|
||||
sha256 = "sha256-J2pKPFohVN8YYO8zA6knRg4C6XsEfcCkfBw/uMzjTbY=";
|
||||
};
|
||||
|
||||
# No tests in archive
|
||||
|
|
Loading…
Reference in a new issue