python310Packages.govee-ble: 0.21.0 -> 0.21.1

Diff: https://github.com/Bluetooth-Devices/govee-ble/compare/refs/tags/v0.21.0...v0.21.1
This commit is contained in:
Fabian Affolter 2023-01-14 11:02:31 +01:00
parent 8bf0b2b9dc
commit 5fed36cea2

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "govee-ble";
version = "0.21.0";
version = "0.21.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-BObJQTt1l+fFh02/zhcKRNRs0LQl+oJelMQq9EW2XuY=";
hash = "sha256-F5BUt+A5IF010PT/OvkINrMyK8tZ+uqml3CqNWpaM0c=";
};
nativeBuildInputs = [