Skip to content

Commit 8876b6f

Browse files
authored
python312Packages.google-cloud-tasks: 2.16.5 -> 2.17.0 (#351377)
2 parents 0a47159 + 1d0ad9e commit 8876b6f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-tasks

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-tasks/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
buildPythonPackage rec {
1717
pname = "google-cloud-tasks";
18-
version = "2.16.5";
18+
version = "2.17.0";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.7";
2222

2323
src = fetchPypi {
2424
pname = "google_cloud_tasks";
2525
inherit version;
26-
hash = "sha256-i9wpSgnjRkfhIKLkDdfsIIcwJNX04JOLL/DDn/N07aw=";
26+
hash = "sha256-5tcJsIrzsXO2w/uA/wK2bi1ZVPkulNVHTYCzA4R6OME=";
2727
};
2828

2929
build-system = [ setuptools ];

0 commit comments

Comments
 (0)