python3Packages.thinqconnect: 1.0.11 -> 1.0.12

This commit is contained in:
R. Ryantm
2026-04-28 21:06:06 +00:00
parent 9b481b0ed6
commit 181d52146d
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "thinqconnect";
version = "1.0.11";
version = "1.0.12";
pyproject = true;
src = fetchFromGitHub {
owner = "thinq-connect";
repo = "pythinqconnect";
tag = version;
hash = "sha256-ZM+CCnGJga66b68MLKkd80dHPhF4mYMIFuV1M+5K3C8=";
hash = "sha256-LOIqh/f9NiaBpkJqre1TejdUN0gbguSM3s8faGPcf54=";
};
build-system = [ setuptools ];