python313Packages.thinqconnect: 1.0.3 -> 1.0.4
Diff: https://github.com/thinq-connect/pythinqconnect/compare/refs/tags/1.0.3...1.0.4 Changelog: https://github.com/thinq-connect/pythinqconnect/blob/1.0.4/RELEASE_NOTES.md
This commit is contained in:
committed by
Martin Weinelt
parent
bab88cc0c7
commit
54250e5db6
@@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "thinqconnect";
|
||||
version = "1.0.3";
|
||||
version = "1.0.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "thinq-connect";
|
||||
repo = "pythinqconnect";
|
||||
tag = version;
|
||||
hash = "sha256-p2EY1DeLxmXcfohN4e4I7I+SNkabEr37ZC2ka1CT7/s=";
|
||||
hash = "sha256-LVmvJvGbiPPg+WlrTOYueNCNZNjldWJVC+OqFl9CcK0=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -37,6 +37,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "thinqconnect" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/thinq-connect/pythinqconnect/blob/${src.tag}/RELEASE_NOTES.md";
|
||||
description = "Module to interacting with the LG ThinQ Connect Open API";
|
||||
homepage = "https://github.com/thinq-connect/pythinqconnect";
|
||||
license = lib.licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user