Fabian Affolter
2024-01-13 10:17:24 +01:00
parent 9b19f5e77d
commit 9784ec382e
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "govee-ble";
version = "0.27.2";
version = "0.27.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-UYVvZdg8az4Lb4RJEnj1J51iS65lzm8uJ66vBDXExts=";
hash = "sha256-yMKZe2hEkBm9c/5QuFNQMVPsdHTx9lnEVysRlbntiVY=";
};
nativeBuildInputs = [