Merge pull request #173950 from dotlambda/greeclimate-1.2.0
python3Packages.greeclimate: 1.1.1 -> 1.2.0
This commit is contained in:
commit
4606fad590
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "greeclimate";
|
pname = "greeclimate";
|
||||||
version = "1.1.1";
|
version = "1.2.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "cmroche";
|
owner = "cmroche";
|
||||||
repo = "greeclimate";
|
repo = "greeclimate";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-TFsuzw9twhoGrgOnTNSmYWqsUW4oqY+SGvrvPUT4tZY=";
|
hash = "sha256-DRVCBbGj0NfQBn9qNRc0Gu3LNO6KDNF1/ZdSAuhCVsM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -43,6 +43,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Discover, connect and control Gree based minisplit systems";
|
description = "Discover, connect and control Gree based minisplit systems";
|
||||||
homepage = "https://github.com/cmroche/greeclimate";
|
homepage = "https://github.com/cmroche/greeclimate";
|
||||||
|
changelog = "https://github.com/cmroche/greeclimate/blob/${src.rev}/CHANGELOG.md";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user