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

python311Packages.python-kasa: 0.5.3 -> 0.5.4
This commit is contained in:
Mario Rodas 2023-10-30 19:12:24 -05:00 committed by GitHub
commit 3040e6c30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "python-kasa";
version = "0.5.3";
version = "0.5.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7GJnkT7FOYzytQyOCP8zU5hUk4SbeC7gc1qkhl5eXGo=";
hash = "sha256-wGPMrYaTtKkkNW88eyiiciFcBSTRqqChYi6e15WUCHo=";
};
nativeBuildInputs = [