python312Packages.python-kasa: 0.7.1 -> 0.7.2 (#338547)

This commit is contained in:
Fabian Affolter 2024-08-31 09:27:52 +02:00 committed by GitHub
commit 41852691dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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