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

python311Packages.google-cloud-pubsub: 2.19.6 -> 2.19.7
This commit is contained in:
Fabian Affolter 2024-02-29 21:09:43 +01:00 committed by GitHub
commit 1536926ef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.19.6";
version = "2.19.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Tq5LyYRj29rq11l/dmb/4U/GKqvtEOPjIslcsFD6fb4=";
hash = "sha256-2l8eshfAcnvvp8hbm5XmqJsytCLVSMnPmh4ClBAnC4c=";
};
nativeBuildInputs = [