Merge pull request #194328 from r-ryantm/auto-update/python310Packages.google-cloud-tasks

python310Packages.google-cloud-tasks: 2.10.2 -> 2.10.3
This commit is contained in:
Fabian Affolter 2022-10-04 08:51:46 +02:00 committed by GitHub
commit b2c09a5890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.10.2";
version = "2.10.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9vAUmK1GG06fNK+d3WMRht2/7Ftaz56ec9xwP5eXxDU=";
hash = "sha256-iICX2Na3FQgOMzx5R66sKgTPrVeZEk5ofPBPKQWRRv0=";
};
propagatedBuildInputs = [