Merge pull request #299672 from r-ryantm/auto-update/python312Packages.google-cloud-pubsub

python312Packages.google-cloud-pubsub: 2.20.3 -> 2.21.0
This commit is contained in:
Fabian Affolter 2024-03-28 09:13:22 +01:00 committed by GitHub
commit 4f28c0b741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.20.3";
version = "2.21.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-dq8PF5UJ5DHSu+P1H0JiVng9yVm49FjBNwyxnW974LE=";
hash = "sha256-lAF/C8moX6P02RPzEukwoP4hd1vWjd5cZm4vGxrd+BE=";
};
build-system = [