From c02e6c34d1531cd88b66e433ed55059e00f1a294 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 1 Dec 2025 20:41:08 +0100 Subject: [PATCH 1/2] python313Packages.thinqconnect: 1.0.8 -> 1.0.9 Diff: https://github.com/thinq-connect/pythinqconnect/compare/1.0.8...1.0.9 Changelog: https://github.com/thinq-connect/pythinqconnect/blob/1.0.9/RELEASE_NOTES.md --- pkgs/development/python-modules/thinqconnect/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/thinqconnect/default.nix b/pkgs/development/python-modules/thinqconnect/default.nix index 4f84eee616b4..0a2e02d17d95 100644 --- a/pkgs/development/python-modules/thinqconnect/default.nix +++ b/pkgs/development/python-modules/thinqconnect/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "thinqconnect"; - version = "1.0.8"; + version = "1.0.9"; pyproject = true; disabled = pythonOlder "3.10"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "thinq-connect"; repo = "pythinqconnect"; tag = version; - hash = "sha256-TKKqZKluTF7Ysd/1ovWntynQ93WTRtMJY1olRztT5a0="; + hash = "sha256-O7jH6zpwNTZM9b7XRkNNVG2tjWsOD+GvOcDrcPkmugs="; }; build-system = [ setuptools ]; From 19f9ead0614123822bc47749a935e88d1c3aee6e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 1 Dec 2025 20:43:49 +0100 Subject: [PATCH 2/2] python313Packages.thinqconnect: remove disabled --- pkgs/development/python-modules/thinqconnect/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/thinqconnect/default.nix b/pkgs/development/python-modules/thinqconnect/default.nix index 0a2e02d17d95..a26e70017341 100644 --- a/pkgs/development/python-modules/thinqconnect/default.nix +++ b/pkgs/development/python-modules/thinqconnect/default.nix @@ -5,7 +5,6 @@ buildPythonPackage, fetchFromGitHub, pyopenssl, - pythonOlder, setuptools, }: @@ -14,8 +13,6 @@ buildPythonPackage rec { version = "1.0.9"; pyproject = true; - disabled = pythonOlder "3.10"; - src = fetchFromGitHub { owner = "thinq-connect"; repo = "pythinqconnect";