Merge pull request #326613 from r-ryantm/auto-update/python312Packages.pyswitchbot

python312Packages.pyswitchbot: 0.48.0 -> 0.48.1
This commit is contained in:
Nick Cao 2024-07-12 16:29:18 -04:00 committed by GitHub
commit 2907f6f508
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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