python3Packages.google-cloud-pubsub: 2.29.0 -> 2.29.1 (#413863)

This commit is contained in:
Nick Cao 2025-06-04 16:57:18 -04:00 committed by GitHub
commit d9b54b2694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.29.0";
version = "2.29.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_pubsub";
inherit version;
hash = "sha256-uCD41BDJath7jaecaWuXnhoYKhcNDAYCYm9bnYy/Ie4=";
hash = "sha256-X0sFNMWHOU3SBTjBuuq31OvO14lWEFhzlVXrRNeSTOQ=";
};
build-system = [ setuptools ];