python312Packages.pyswitchbee: 1.8.0 -> 1.8.3

This commit is contained in:
R. Ryantm 2024-07-28 00:23:57 +00:00
parent 1d72886b8a
commit c5d71db7fa

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 ];