python313Packages.govee-ble: 0.42.0 -> 0.43.0

https://github.com/bluetooth-devices/govee-ble/blob/v0.43.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-02-07 22:07:18 +01:00
parent 59aadb772f
commit fe99987722
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "govee-ble";
version = "0.42.0";
version = "0.43.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "govee-ble";
tag = "v${version}";
hash = "sha256-R2FHkXurWif9BZTGry9PGZgM30CYIgbKAD8iLxmmJfw=";
hash = "sha256-MC5ql5Cd9atpgQCoTIfasioplJ2f1M+RrGR/oI/fdMI=";
};
build-system = [ poetry-core ];