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

python311Packages.govee-ble: 0.23.0 -> 0.24.0
This commit is contained in:
Mario Rodas 2023-08-12 06:32:49 -05:00 committed by GitHub
commit c7952bf831
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.23.0";
version = "0.24.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-/uv4P7wB/5QQW2IA+PT6VMPWd91Aoyxsez+8ptrIa5M=";
hash = "sha256-uuC7CVf/KKr36mvd0TqNJd2OtK/xshCGYJXEtllE9is=";
};
nativeBuildInputs = [