python310Packages.google-cloud-pubsub: 2.13.6 -> 2.13.7

This commit is contained in:
R. Ryantm 2022-09-23 04:09:28 +00:00
parent 374f1f40cc
commit 9d9b8131e9

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.13.6";
version = "2.13.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1ksbqghjKwh0IvL3SsNcwVrQtJJ82ZHJDp/u35sorSg=";
hash = "sha256-ZQofVdFmK0Rs9w7tdX7op1IFglK0BH2vhjjdvnUE0yY=";
};
propagatedBuildInputs = [