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

Changelog: https://github.com/googleapis/python-pubsub/blob/v2.20.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-03-06 22:51:42 +01:00
parent 407f89d5f8
commit 18be378dbe

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.19.7";
version = "2.20.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2l8eshfAcnvvp8hbm5XmqJsytCLVSMnPmh4ClBAnC4c=";
hash = "sha256-ttBvGCeWgnPEK1egn2QkYmSclQTcD4dW+Zdw9OPnVa0=";
};
nativeBuildInputs = [