python310Packages.pylutron-caseta: 0.15.2 -> 0.16.0

This commit is contained in:
Fabian Affolter 2022-10-01 10:53:15 +02:00
parent 264eb27f7c
commit 54724e7f32

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pylutron-caseta";
version = "0.15.2";
version = "0.16.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "gurumitts";
repo = pname;
rev = "v${version}";
hash = "sha256-dw/uCEY4+kpgNjbjgvw+kSfluziIK6NvIKo5QIjt+GQ=";
hash = "sha256-QASVifbDh9nsgKi0cT4VaUX0d6inVS8rddr/rsbJ7/I=";
};
nativeBuildInputs = [