python3Packages.govee-local-api: 2.3.0 -> 2.4.0 (#499539)

This commit is contained in:
Fabian Affolter 2026-03-13 12:41:31 +00:00 committed by GitHub
commit bbe4159af3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "govee-local-api";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Galorhallen";
repo = "govee-local-api";
tag = "v${version}";
hash = "sha256-kAzV9zchgxB2CmdWOa1vRuhRDSE0qTon9sVvmo9AeB0=";
hash = "sha256-BLM1lZ/2ZUpwP8/OpgcMdwjryEcmTBKYCeMm0FoCG8A=";
};
postPatch = ''