Skip to content

Commit

Permalink
python312Packages.google-cloud-workflows: 1.14.5 -> 1.15.0 (#351292)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents ed029a0 + 5a3bf43 commit 4493ef5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "google-cloud-workflows";
version = "1.14.5";
version = "1.15.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_workflows";
inherit version;
hash = "sha256-HNur2TEVRf8+sg6r8qmE62ZsOP0lF2ma1Fpp85lmfoM=";
hash = "sha256-rR3VbImKo4Vk0TxQeEUCy3faAnH74os0nN0sTs0DPyw=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 4493ef5

Please sign in to comment.