python310Packages.google-cloud-pubsub: 2.13.4 -> 2.13.5

This commit is contained in:
R. Ryantm 2022-08-11 23:56:29 +00:00
parent f2c28f668c
commit eba8f86a8c

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-pubsub";
version = "2.13.4";
version = "2.13.5";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZhcBynfvHc0nveZP9z0y2IJf44vTzy8xB3XV5iJOLu0=";
hash = "sha256-bpokSPdTEE2dVytUsxhyb46fn+0lRvCeS/+3Cefn2+I=";
};
propagatedBuildInputs = [