python312Packages.pylutron: 0.2.16 -> 0.2.18

This commit is contained in:
R. Ryantm
2025-04-23 04:51:07 +00:00
parent 29662380da
commit e326838d22
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pylutron";
version = "0.2.16";
version = "0.2.18";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-SuG5x8GWTsCOve3jj1hrtsm37yNRHVFuFjapQafHTbA=";
hash = "sha256-7ZnNfa4POUTMi9sDGMyR6gu9Xpg+j/JmyWVnBBSnRSE=";
};
build-system = [ setuptools ];