python310Packages.google-cloud-dataproc: update disabled

This commit is contained in:
Fabian Affolter 2022-07-20 18:31:29 +02:00 committed by GitHub
parent 2cf736b44e
commit ba1ba73991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@ buildPythonPackage rec {
version = "5.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ldFvWqMTpSY2YHJ+I1vsrTiPESNoi3b055bthwwFjY4=";
hash = "sha256-ldFvWqMTpSY2YHJ+I1vsrTiPESNoi3b055bthwwFjY4=";
};
propagatedBuildInputs = [