python: google-cloud-dataproc: 0.6.1 -> 0.8.0
This commit is contained in:
parent
9405021f4f
commit
0d515bbe32
@ -8,11 +8,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-dataproc";
|
||||
version = "0.6.1";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "302bc448e77f1de958ba7413fb85819eda911043f219d8fc030a356848bc6f31";
|
||||
sha256 = "f37327079f6bc59fafcfb7ba4855137d26190a8d31fe8ee5180460a5eebd645f";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user