python312Packages.python-kasa: 0.7.0.5 -> 0.7.1

This commit is contained in:
R. Ryantm 2024-08-01 05:15:39 +00:00
parent 46784713e5
commit b7c0ad74d0

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "python-kasa";
version = "0.7.0.5";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "python-kasa";
repo = "python-kasa";
rev = "refs/tags/${version}";
hash = "sha256-ITXezc6m7ocOqSHTVP583lZZmYaZQn9nQSErEB9fV/M=";
hash = "sha256-ASS84thd54R1Z7+J7nMfUOPmQtJoybWis7C2US/mORs=";
};
build-system = [ poetry-core ];