python312Packages.pylutron: 0.2.13 -> 0.2.15

This commit is contained in:
R. Ryantm
2024-08-07 23:22:36 +00:00
parent 4755568545
commit 408250c687
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pylutron";
version = "0.2.13";
version = "0.2.15";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-s5qprIVPlq495XWKjgIuohDzPV0EfU43zkfQ2DvH04Y=";
hash = "sha256-1UUW3Ym11jR4dxSS1OOVPl6h69I6H782Q4ZeVitty0c=";
};
build-system = [ setuptools ];