python310Packages.venstarcolortouch: 0.16 -> 0.18
This commit is contained in:
parent
26839ce8e0
commit
acc7f3a3b6
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "venstarcolortouch";
|
pname = "venstarcolortouch";
|
||||||
version = "0.17";
|
version = "0.18";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-HgUtGC2lXJ6BFhOnFK7DF4b/IooXIFPGcpJ4ru3kPNs=";
|
sha256 = "sha256-ucz0Ejpgiss8boF8dzt45FwpieNoJ6S3DUvtay6FDrw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -19,7 +19,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# Project has no tests
|
# Project has no tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
pythonImportsCheck = [ "venstarcolortouch" ];
|
|
||||||
|
pythonImportsCheck = [
|
||||||
|
"venstarcolortouch"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python interface for Venstar ColorTouch thermostats Resources";
|
description = "Python interface for Venstar ColorTouch thermostats Resources";
|
||||||
|
Loading…
Reference in New Issue
Block a user