0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python312Packages.google-cloud-tasks: 2.16.4 -> 2.16.5 (#339487)

This commit is contained in:
Fabian Affolter 2024-09-04 12:49:32 +02:00 committed by GitHub
commit bcb6a6ef68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,19 +15,20 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.16.4";
version = "2.16.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YQM8Ht19xao7n75cjetkvgxQ4LrunZRl8/i3WyzaVbk=";
pname = "google_cloud_tasks";
inherit version;
hash = "sha256-i9wpSgnjRkfhIKLkDdfsIIcwJNX04JOLL/DDn/N07aw=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
google-api-core
grpc-google-iam-v1
proto-plus