python3Packages.google-cloud-pubsub: 2.31.1 -> 2.32.0

This commit is contained in:
R. Ryantm
2025-10-29 07:38:07 +00:00
parent e6e136583d
commit 40d1b2a1f3
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.31.1";
version = "2.32.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_pubsub";
inherit version;
hash = "sha256-9CFPaS2kNa/N+0HnfPqWIjjbluSkumRjeqpxBELZxTI=";
hash = "sha256-PG24WT6ncsoGX7Iu5Pre5DhlLrW0z0x4s/28Ah9FKDY=";
};
build-system = [ setuptools ];