Merge pull request #330542 from r-ryantm/auto-update/python312Packages.pyswitchbee

python312Packages.pyswitchbee: 1.8.0 -> 1.8.3
This commit is contained in:
Nick Cao 2024-07-28 10:38:57 -04:00 committed by GitHub
commit cb9c215937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyswitchbee";
version = "1.8.0";
version = "1.8.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "jafar-atili";
repo = "pySwitchbee";
rev = "refs/tags/${version}";
hash = "sha256-bMxWrapFX689yvC6+9NUunEtTe79+QNauFa1ZjG9ON4=";
hash = "sha256-at/HCY6htUz1ej09XPrb2QEyoiOWhIEpgSwJange1cU=";
};
nativeBuildInputs = [ setuptools ];