Merge pull request #333303 from fabaff/google-cloud-workflows-bump

python312Packages.google-cloud-workflows: 1.14.4 -> 1.14.5
This commit is contained in:
Fabian Affolter 2024-08-09 08:03:00 +02:00 committed by GitHub
commit e4b2d58bc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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