Merge pull request #331457 from r-ryantm/auto-update/python312Packages.python-kasa

python312Packages.python-kasa: 0.7.0.5 -> 0.7.1
This commit is contained in:
Fabian Affolter
2024-08-01 09:50:39 +02:00
committed by GitHub
@@ -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 ];