Fabian Affolter
2023-02-12 01:23:43 +01:00
parent 845ef45e70
commit ad9d11710e
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "govee-ble";
version = "0.22.0";
version = "0.23.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-HAUHNxO7dfocazGhcvvcqbZot/RkAP50DrsEkocOugI=";
hash = "sha256-/uv4P7wB/5QQW2IA+PT6VMPWd91Aoyxsez+8ptrIa5M=";
};
nativeBuildInputs = [