Merge pull request #321213 from fabaff/pyswitchbot-bump

python311Packages.pyswitchbot: 0.47.2 -> 0.48.0
This commit is contained in:
Fabian Affolter
2024-06-20 20:16:15 +02:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.47.2";
version = "0.48.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-89bFP/7ovsPj7htFGXrYR4jhm1E/ph47f4qZCKf1hfY=";
hash = "sha256-UVLB1SdtYiMsXR3od2gIxNxiQ6wyW2ItAJQrxv0w1tk=";
};
build-system = [ setuptools ];