python310Packages.yolink-api: 0.2.8 -> 0.2.9

This commit is contained in:
R. Ryantm 2023-05-09 07:38:00 +00:00
parent c1675d6f0e
commit a0eadd42ed

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "yolink-api";
version = "0.2.8";
version = "0.2.9";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "YoSmart-Inc";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-dcuP2VPAp3Na1o9DV3bPejCrtaIxvt+g/vRaQYqI67Q=";
hash = "sha256-DbdoGNwz7HtscnDv+rOI2zcs4i4Dl1DpRZNH/DOcJHc=";
};
nativeBuildInputs = [