python310Packages.yolink-api: 0.0.8 -> 0.0.9

This commit is contained in:
Fabian Affolter
2022-07-12 23:16:24 +02:00
parent 6bff61fa6c
commit 011e5efc59

View File

@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "yolink-api";
version = "0.0.8";
version = "0.0.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "YoSmart-Inc";
repo = pname;
rev = "v${version}";
hash = "sha256-jKyugylgV9B8+PxUPsz4YtQjCfhB8NA2BYMxJOqkIP8=";
hash = "sha256-ROw+azrexDfATo7KtFwNEx175s6O6Zqcv9bZbOHMnP8=";
};
propagatedBuildInputs = [