python312Packages.yolink-api: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-04-06 15:02:07 +00:00
parent f6eb921406
commit 783e063807

View File

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "yolink-api"; pname = "yolink-api";
version = "0.4.1"; version = "0.4.2";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "YoSmart-Inc"; owner = "YoSmart-Inc";
repo = "yolink-api"; repo = "yolink-api";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-YDfwF9ldL43yrhz1TibTatkZIccYTpNODdjqBkzeh1s="; hash = "sha256-De3uMrLAz8LdX2pU5pn+6W6UvB+M9fSv80RSjgleo3M=";
}; };
build-system = [ build-system = [