3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.yolink-api: 0.0.6 -> 0.0.7

This commit is contained in:
Fabian Affolter 2022-06-06 22:29:37 +02:00
parent 0eaa72390b
commit 602e1cf735

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "yolink-api";
version = "0.0.6";
version = "0.0.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "YoSmart-Inc";
repo = pname;
rev = "v${version}";
hash = "sha256-e0WeQdxQYwaklXOlyUc22NvJraY/eG6HCLsI6/+A6vg=";
hash = "sha256-zdCHKckt28abeJ6PQjX50e/4wOl/xx0TKFEQaUIqrYo=";
};
propagatedBuildInputs = [