python311Packages.google-cloud-pubsub: 2.16.0 -> 2.16.1

Changelog: https://github.com/googleapis/python-pubsub/blob/v2.16.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-05-07 13:21:12 +02:00
parent 088a0a7c9e
commit 43a7f0e090

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.16.0";
version = "2.16.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-WH2n1TXKhYzu7XA2IFNV5abdPkTqSryW9OUNGr/YhDs=";
hash = "sha256-MeJxvnVe1xQ64M3+0FBvr0DXUEtG+lyLW6tLki9sPTs=";
};
propagatedBuildInputs = [