python312Packages.python-kasa: 0.7.0.2 -> 0.7.0.3

https://github.com/python-kasa/python-kasa/blob/0.7.0.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-07-05 17:56:49 +02:00
parent c43ff36ebd
commit 5c364597d9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-kasa";
version = "0.7.0.2";
version = "0.7.0.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "python-kasa";
repo = "python-kasa";
rev = "refs/tags/${version}";
hash = "sha256-Ah2SmKHinpjPMNl1cn2I5FouxhVvg56tg70dOM7C444=";
hash = "sha256-jbyc4YeUKjioUFXL5SVdgeUlSIiOCJ7D0cZRWPiKZII=";
};
build-system = [ poetry-core ];