python3Packages.govee-ble: 0.44.0 -> 0.45.0 (#435992)

This commit is contained in:
Fabian Affolter
2025-08-23 13:50:45 +02:00
committed by GitHub
@@ -14,16 +14,16 @@
buildPythonPackage rec {
pname = "govee-ble";
version = "0.44.0";
version = "0.45.0";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "govee-ble";
tag = "v${version}";
hash = "sha256-19kGgelUFuMuiZxzb0ySkG6L52I/CHsfPQdzSbwucPY=";
hash = "sha256-SUxK4H0Vo8C4GykIv8duFhhiGBA860QofVQDO37Ubdw=";
};
build-system = [ poetry-core ];