forked from mirrors/nixpkgs
python310Packages.yolink-api: 0.1.0 -> 0.1.5
Diff: https://github.com/YoSmart-Inc/yolink-api/compare/refs/tags/v0.1.0...v0.1.5 Changelog: https://github.com/YoSmart-Inc/yolink-api/releases/tag/v0.1.5
This commit is contained in:
parent
999b9f7978
commit
adafebe352
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "yolink-api";
|
||||
version = "0.1.0";
|
||||
version = "0.1.5";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
owner = "YoSmart-Inc";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-uEW8d8b7ObwmGwVTOq25kZWaLVv4lxTl+cqZK5Kjkmo=";
|
||||
hash = "sha256-6Ch17aKUT8jVUo+pYD5EvydEzP/TTjLtgkUQJnHYkKg=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue