lol

python313Packages.pylutron-caseta: 0.23.0 -> 0.24.0

Diff: https://github.com/gurumitts/pylutron-caseta/compare/refs/tags/v0.23.0...v0.24.0

Changelog: https://github.com/gurumitts/pylutron-caseta/blob/v0.24.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/pylutron-caseta/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "pylutron-caseta"; 20 - version = "0.23.0"; 20 + version = "0.24.0"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.8"; ··· 26 26 owner = "gurumitts"; 27 27 repo = "pylutron-caseta"; 28 28 tag = "v${version}"; 29 - hash = "sha256-p8c+WY+x5KcF7r6FXeF89JNtAwogRZELqXWgDc2iJek="; 29 + hash = "sha256-67y/YaXWHklSppUxsJ44CDMsvBXLzKBGl00LXBWi4+g="; 30 30 }; 31 31 32 32 build-system = [ hatchling ];