python312Packages.google-cloud-workflows: 1.14.4 -> 1.14.5

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-workflows-v1.14.5/packages/google-cloud-workflows/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-08-08 23:26:44 +02:00
parent 3922c7b42a
commit 2b737ab5dc

View File

@ -14,19 +14,20 @@
buildPythonPackage rec {
pname = "google-cloud-workflows";
version = "1.14.4";
version = "1.14.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qylBTJ2yAJGZt+xv9hRyYvP4zlTibhIIHVJF9J67d9c=";
pname = "google_cloud_workflows";
inherit version;
hash = "sha256-HNur2TEVRf8+sg6r8qmE62ZsOP0lF2ma1Fpp85lmfoM=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
google-api-core
proto-plus
protobuf