Skip to content

Commit

Permalink
python312Packages.google-cloud-tasks: 2.16.5 -> 2.17.0 (#351377)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 26, 2024
2 parents 0a47159 + 1d0ad9e commit 8876b6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@

buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.16.5";
version = "2.17.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_tasks";
inherit version;
hash = "sha256-i9wpSgnjRkfhIKLkDdfsIIcwJNX04JOLL/DDn/N07aw=";
hash = "sha256-5tcJsIrzsXO2w/uA/wK2bi1ZVPkulNVHTYCzA4R6OME=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 8876b6f

Please sign in to comment.