python312Packages.thinqconnect: 1.0.2 -> 1.0.3

Diff: https://github.com/thinq-connect/pythinqconnect/compare/refs/tags/1.0.2...1.0.3
This commit is contained in:
Fabian Affolter
2025-01-04 19:57:21 +01:00
parent 576aac572b
commit c58054ae75
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "thinqconnect";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "thinq-connect";
repo = "pythinqconnect";
tag = version;
hash = "sha256-Y/L/PhTBTUF8INqLgIi1llRrticlGPb8F/sPq3XWxN4=";
hash = "sha256-p2EY1DeLxmXcfohN4e4I7I+SNkabEr37ZC2ka1CT7/s=";
};
build-system = [ setuptools ];