From 39d03ef4300b043e21a712621d520ee74691f696 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 18 Jun 2025 13:55:39 +0200 Subject: [PATCH] python313Packages.thinqconnect: 1.0.6 -> 1.0.7 Diff: https://github.com/thinq-connect/pythinqconnect/compare/refs/tags/1.0.6...refs/tags/1.0.7 Changelog: https://github.com/thinq-connect/pythinqconnect/blob/1.0.7/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 3fd9d7730e1b..5de2a85ccc2d 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.6"; + version = "1.0.7"; pyproject = true; disabled = pythonOlder "3.10"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "thinq-connect"; repo = "pythinqconnect"; tag = version; - hash = "sha256-K2IkXUbJubSDE4uvR+Fu6uQADJMGNo7ZQDccZs3BOF8="; + hash = "sha256-wnlUwThmDRNosdWVvzqB3KP0LPL37+MnXXD84AeIUL8="; }; build-system = [ setuptools ];