Merge pull request #50595 from r-ryantm/auto-update/python3.6-py4j

python36Packages.py4j: 0.10.7 -> 0.10.8.1
This commit is contained in:
Renaud 2018-11-25 09:07:43 +01:00 committed by GitHub
commit ce671ca860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@
buildPythonPackage rec {
pname = "py4j";
version = "0.10.7";
version = "0.10.8.1";
src = fetchPypi {
inherit pname version;
extension= "zip";
sha256 = "721189616b3a7d28212dfb2e7c6a1dd5147b03105f1fc37ff2432acd0e863fa5";
sha256 = "0x52rjn2s44mbpk9p497p3yba9xnpl6hcaiacklppwqcd8avnac3";
};
# No tests in archive