python311Packages.pyswitchbot: 0.43.0 -> 0.44.0

This commit is contained in:
R. Ryantm
2024-01-12 07:02:18 +00:00
parent a2f82b9b84
commit 24dc95214b
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.43.0";
version = "0.44.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-+YolfvzyJVZ+EkEmPrmAXUbttxYzCFl5DT3nUaUCnuc=";
hash = "sha256-8F0mcZuGU3CiB3pGbAVReKAjvqFLMNa3EHLOOVujgAo=";
};
nativeBuildInputs = [