python312Packages.pyswitchbot: 0.48.1 -> 0.48.2

This commit is contained in:
R. Ryantm 2024-08-23 03:08:29 +00:00
parent cc76f5abc4
commit 673c665d93

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.48.1";
version = "0.48.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-zJzNVwrG5R2cLN7mJY9kjji2p1jP/b3b0qU7CMOPXCE=";
hash = "sha256-5hoV7tM02dLrGvZ47ReVITayLFf2ceRVXOKbNa2t9iM=";
};
build-system = [ setuptools ];