We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a47159 + 1d0ad9e commit 8876b6fCopy full SHA for 8876b6f
pkgs/development/python-modules/google-cloud-tasks/default.nix
@@ -15,15 +15,15 @@
15
16
buildPythonPackage rec {
17
pname = "google-cloud-tasks";
18
- version = "2.16.5";
+ version = "2.17.0";
19
pyproject = true;
20
21
disabled = pythonOlder "3.7";
22
23
src = fetchPypi {
24
pname = "google_cloud_tasks";
25
inherit version;
26
- hash = "sha256-i9wpSgnjRkfhIKLkDdfsIIcwJNX04JOLL/DDn/N07aw=";
+ hash = "sha256-5tcJsIrzsXO2w/uA/wK2bi1ZVPkulNVHTYCzA4R6OME=";
27
};
28
29
build-system = [ setuptools ];
0 commit comments