Fabian Affolter 2024-10-18 20:26:06 +02:00
parent d72c0ce546
commit 9196b6a992

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 ];