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

python311Packages.govee-ble: 0.27.2 -> 0.27.3
This commit is contained in:
Mario Rodas 2024-01-13 08:50:14 -05:00 committed by GitHub
commit f7a26bee0c
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.27.2";
version = "0.27.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-UYVvZdg8az4Lb4RJEnj1J51iS65lzm8uJ66vBDXExts=";
hash = "sha256-yMKZe2hEkBm9c/5QuFNQMVPsdHTx9lnEVysRlbntiVY=";
};
nativeBuildInputs = [