python313Packages.thinqconnect: 1.0.4 -> 1.0.5 (#390046)

This commit is contained in:
Fabian Affolter
2025-03-15 10:27:59 +01:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "thinqconnect"; pname = "thinqconnect";
version = "1.0.4"; version = "1.0.5";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10"; disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "thinq-connect"; owner = "thinq-connect";
repo = "pythinqconnect"; repo = "pythinqconnect";
tag = version; tag = version;
hash = "sha256-LVmvJvGbiPPg+WlrTOYueNCNZNjldWJVC+OqFl9CcK0="; hash = "sha256-UJzlNxv2d0+E4G/I376F4HdtyDCYgXpWy8C70RrQtKk=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];