python311Packages.google-cloud-pubsub: 2.19.6 -> 2.19.7

Changelog: https://github.com/googleapis/python-pubsub/blob/v2.19.7/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-02-29 19:52:38 +01:00
parent b5f6e3881a
commit bf9da7015b

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.19.6";
version = "2.19.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Tq5LyYRj29rq11l/dmb/4U/GKqvtEOPjIslcsFD6fb4=";
hash = "sha256-2l8eshfAcnvvp8hbm5XmqJsytCLVSMnPmh4ClBAnC4c=";
};
nativeBuildInputs = [