python311Packages.google-cloud-dataproc: 5.4.1 -> 5.4.2

Changelog: https://github.com/googleapis/python-dataproc/blob/v5.4.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-07-06 12:38:06 +02:00
parent a5f2a5c554
commit 43e9789706

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-dataproc";
version = "5.4.1";
version = "5.4.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GJbhT2PBIaPx4sIhKHzH/QBlDSpz+LOPggQK5tWqt78=";
hash = "sha256-YxxOyvPlUfSeIS8aUrULWnD6XgPh+nJuPHIywmgYMQU=";
};
propagatedBuildInputs = [