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

python312Packages.google-cloud-workflows: 1.14.3 -> 1.14.4
This commit is contained in:
Fabian Affolter 2024-07-19 21:47:48 +02:00 committed by GitHub
commit 9c26debc5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-workflows";
version = "1.14.3";
version = "1.14.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-IUC5f3gDe5Z9QYVXaIZ3L+F7530q6ZltIHozTtWnf/4=";
hash = "sha256-qylBTJ2yAJGZt+xv9hRyYvP4zlTibhIIHVJF9J67d9c=";
};
nativeBuildInputs = [ setuptools ];