python313Packages.python-kasa: 0.9.1 -> 0.10.1

https://github.com/python-kasa/python-kasa/blob/0.10.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-02-06 18:55:19 +01:00
parent a146f3899c
commit 5b2b62bdda
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "python-kasa";
version = "0.9.1";
version = "0.10.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "python-kasa";
repo = "python-kasa";
tag = version;
hash = "sha256-9y0M2CYG7tFdT9nAcQLhgvTKeaxoFHAVihM2Rj+0N34=";
hash = "sha256-GqFWQRORU1CBtw+xasvGl0NZlVgD+mV37uWkwhOphF0=";
};
build-system = [ hatchling ];