python312Packages.thinqconnect: 1.0.1 -> 1.0.2 (#361413)

This commit is contained in:
Fabian Affolter 2024-12-03 23:37:07 +01:00 committed by GitHub
commit 9c2aa69c93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "thinqconnect";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.10";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "thinq-connect";
repo = "pythinqconnect";
rev = "refs/tags/${version}";
hash = "sha256-kKmC2RMxJpNIX8bhHlPnFwP+0l7+MC+mWlCRjACy4cg=";
hash = "sha256-Y/L/PhTBTUF8INqLgIi1llRrticlGPb8F/sPq3XWxN4=";
};
build-system = [ setuptools ];