python310Packages.govee-ble: 0.19.1 -> 0.19.3

This commit is contained in:
Fabian Affolter 2022-12-17 11:17:07 +01:00
parent 40f79f003b
commit 2928c77a5d

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "govee-ble";
version = "0.19.1";
version = "0.19.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-3uYAyItZ1X18pw3h3rTJpcv2H7O+e4sFCv1R7vb8QPI=";
hash = "sha256-HoEWFwpEzlTVlCD1sPOSKhvZleErxJdaqxKPv+1PcGo=";
};
nativeBuildInputs = [