3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.govee-ble: 0.19.3 -> 0.21.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:16 +01:00
parent 10140fc79f
commit 0c1f9a789d

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "govee-ble";
version = "0.19.3";
version = "0.21.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-HoEWFwpEzlTVlCD1sPOSKhvZleErxJdaqxKPv+1PcGo=";
hash = "sha256-BObJQTt1l+fFh02/zhcKRNRs0LQl+oJelMQq9EW2XuY=";
};
nativeBuildInputs = [