python312Packages.python-kasa: 0.7.4 -> 0.7.5

https://github.com/python-kasa/python-kasa/blob/0.7.5/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-10-11 20:54:59 +02:00
parent ed8291da27
commit 4e940d7c0e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "python-kasa";
version = "0.7.4";
version = "0.7.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "python-kasa";
repo = "python-kasa";
rev = "refs/tags/${version}";
hash = "sha256-dzDbA/iJUfTQNKq2V1PlCYpIeg031Fm0JyZvHrDWqHI=";
hash = "sha256-bRhE9pC2SJwy4blkv27JsfFTLEDJPCeWUtnQvVb8Vfs=";
};
build-system = [ hatchling ];