python3Packages.pylutron: 0.2.8 -> 0.2.9

This commit is contained in:
Fabian Affolter 2021-08-11 07:52:12 +02:00
parent fbd4e98dc3
commit 30a6f6f2a8

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "pylutron";
version = "0.2.8";
version = "0.2.9";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Jg2waoIxvBvX+hoAgt/yoM87XdShCHQOZXbsHG3b4cw=";
sha256 = "sha256-xy5XPNOrvdPZMCfa2MYA+xtUcFdGSurW5QYL6H7n2VI=";
};
# Project has no tests