python312Packages.pylutron: 0.2.12 -> 0.2.13

Changelog: https://github.com/thecynic/pylutron/releases/tag/0.2.13
This commit is contained in:
Fabian Affolter 2024-05-08 13:01:36 +02:00
parent effd0ba5a0
commit 388191f3c9
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pylutron";
version = "0.2.12";
version = "0.2.13";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-UTn4HfyiyQAekIZD4I5lacYb7ySRhW8OUgiOg33JZtQ=";
hash = "sha256-s5qprIVPlq495XWKjgIuohDzPV0EfU43zkfQ2DvH04Y=";
};
nativeBuildInputs = [