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

python311Packages.govee-ble: 0.24.0 -> 0.27.2
This commit is contained in:
Nick Cao 2024-01-11 16:12:11 -05:00 committed by GitHub
commit 18b5b964df
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.24.0";
version = "0.27.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-uuC7CVf/KKr36mvd0TqNJd2OtK/xshCGYJXEtllE9is=";
hash = "sha256-UYVvZdg8az4Lb4RJEnj1J51iS65lzm8uJ66vBDXExts=";
};
nativeBuildInputs = [