Fabian Affolter 2024-11-04 19:31:48 +01:00 committed by Martin Weinelt
parent 5c9763316b
commit e46c24420a
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.5";
version = "0.7.7";
pyproject = true;
disabled = pythonOlder "3.9";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "python-kasa";
repo = "python-kasa";
rev = "refs/tags/${version}";
hash = "sha256-bRhE9pC2SJwy4blkv27JsfFTLEDJPCeWUtnQvVb8Vfs=";
hash = "sha256-405FrKG1jZNrxTmz/K8vqwPhiOqrxURWVCpyFQRJeXc=";
};
build-system = [ hatchling ];