lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.govee-ble: 0.23.0 -> 0.24.0

Diff: https://github.com/Bluetooth-Devices/govee-ble/compare/refs/tags/v0.23.0...v0.24.0

Changelog: https://github.com/bluetooth-devices/govee-ble/blob/v0.24.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/govee-ble/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "govee-ble"; 15 - version = "0.23.0"; 15 + version = "0.24.0"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.9"; ··· 21 21 owner = "Bluetooth-Devices"; 22 22 repo = pname; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-/uv4P7wB/5QQW2IA+PT6VMPWd91Aoyxsez+8ptrIa5M="; 24 + hash = "sha256-uuC7CVf/KKr36mvd0TqNJd2OtK/xshCGYJXEtllE9is="; 25 25 }; 26 26 27 27 nativeBuildInputs = [