Merge pull request #230501 from fabaff/google-cloud-pubsub-bump

python311Packages.google-cloud-pubsub: 2.16.0 -> 2.16.1
This commit is contained in:
Fabian Affolter 2023-05-07 15:16:39 +02:00 committed by GitHub
commit 155ba84421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [