Merge pull request #215896 from fabaff/govee-ble-bump

python310Packages.govee-ble: 0.22.0 -> 0.23.0
This commit is contained in:
Nick Cao 2023-02-12 09:18:18 +08:00 committed by GitHub
commit ab8b8d34de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [