Merge pull request #276819 from r-ryantm/auto-update/python311Packages.python-google-nest

python311Packages.python-google-nest: 5.2.0 -> 5.2.1
This commit is contained in:
Fabian Affolter 2023-12-26 11:16:30 +01:00 committed by GitHub
commit df04894406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "python-google-nest";
version = "5.2.0";
version = "5.2.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-k7cOOyUqgh7Y/MIBgBTVgCZexXLVkvAaHz6irXGLdgA=";
hash = "sha256-qL4Qk2NW41Sb9raF0vnEb04w3uyaWPauDnNY+DvnNgQ=";
};
propagatedBuildInputs = [