python310Packages.google-cloud-iot: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm 2023-01-24 16:19:45 +00:00
parent c69ebebea7
commit af3cc3cc6c

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-iot";
version = "2.8.0";
version = "2.8.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YckGLp3A4rngs/KXOg3/AE4RyboUIoy0NGf44unn/ns=";
hash = "sha256-Rh23HbHv1FVmiZtyofv0bktv7tZWN3IS5jQawzbFfRk=";
};
propagatedBuildInputs = [