python3Packages.midea-local: 6.6.0 -> 6.8.0
Diff: https://github.com/midea-lan/midea-local/compare/v6.6.0...v6.8.0 Changelog: https://github.com/midea-lan/midea-local/releases/tag/v6.8.0
This commit is contained in:
committed by
Martin Weinelt
parent
6d53c84c2f
commit
9762b3c9d1
@@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "midea-local";
|
||||
version = "6.6.0";
|
||||
version = "6.8.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "midea-lan";
|
||||
repo = "midea-local";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-c66SvwyJZpTVA4bOgiOtrO3wHfK0rMpU2Uolu0Zpa6w=";
|
||||
hash = "sha256-tJxSAjugFWvlpmLE7A7+wqsxM8RlgPQGE0fH7cdwxxI=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user