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

python311Packages.google-cloud-pubsub: 2.21.3 -> 2.21.4
This commit is contained in:
Fabian Affolter 2024-06-20 20:16:51 +02:00 committed by GitHub
commit 4d17fec1f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.21.3";
version = "2.21.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-30THmk17+1rfpnVBPjuRu74G6R0nFaFfklFAsFcVu30=";
hash = "sha256-LLjHaYrb/qBEjbbIm3iqchf84HweN7RtPlNfoWM/OuY=";
};
build-system = [ setuptools ];