Merge pull request #210343 from r-ryantm/auto-update/python310Packages.google-cloud-pubsub

This commit is contained in:
Sandro 2023-01-12 16:53:37 +01:00 committed by GitHub
commit b8deda298c
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.13.11";
version = "2.13.12";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CFh47PuzmR/qavOgEaot2fVBXRnHYNDemlhSTSqhut4=";
hash = "sha256-/qa/3RKWC0SDgDeax/CwiZtSc9Nxm1cHJAKT6si2ecw=";
};
propagatedBuildInputs = [