Loading pkgs/development/python-modules/govee-ble/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/govee-ble/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading