Skip to content

Commit

Permalink
python312Packages.google-cloud-workflows: 1.14.5 -> 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 25, 2024
1 parent 5584e35 commit 5a3bf43
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 5a3bf43

Please sign in to comment.