Merge pull request #283838 from fabaff/python-kasa-bump

python311Packages.python-kasa: 0.6.0.1 -> 0.6.1
This commit is contained in:
Fabian Affolter 2024-01-25 23:02:55 +01:00 committed by GitHub
commit 3e9ed072f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "python-kasa";
version = "0.6.0.1";
version = "0.6.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "python-kasa";
repo = "python-kasa";
rev = "refs/tags/${version}";
hash = "sha256-Vx2ZRcm/Ob0oWB/Th7hF4ctppWoeeNiqKGjYVNsidrE=";
hash = "sha256-kMhmnIwdVix9DgijTcNf5fsm4jiqygxjOvgGNOGN4O8=";
};
nativeBuildInputs = [