python312Packages.govee-local-api: 1.5.2 -> 1.5.3 (#349591)

This commit is contained in:
Nick Cao 2024-10-18 16:28:27 -04:00 committed by GitHub
commit fa605a8124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "govee-local-api";
version = "1.5.2";
version = "1.5.3";
pyproject = true;
disabled = pythonOlder "3.10";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Galorhallen";
repo = "govee-local-api";
rev = "refs/tags/v${version}";
hash = "sha256-sxxw/XAPENtNeY/64+pxnPgMBBM7+lpF52ixRm18d48=";
hash = "sha256-qBT0Xub+eL7rfF+lQWlheBJSahEKWjREGJQD6sHjTPk=";
};
build-system = [ poetry-core ];