python312Packages.thinqconnect: 1.0.0 -> 1.0.1 (#357779)

authored by Nick Cao and committed by GitHub efcc81f5 dab49f2e

+2 -2
+2 -2
pkgs/development/python-modules/thinqconnect/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "thinqconnect"; 14 - version = "1.0.0"; 14 + version = "1.0.1"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.10"; ··· 20 20 owner = "thinq-connect"; 21 21 repo = "pythinqconnect"; 22 22 rev = "refs/tags/${version}"; 23 - hash = "sha256-8TDpoV2FNWzcHwXaEDyt5mRCbmFdtfuIYJK7OqXAgvg="; 23 + hash = "sha256-kKmC2RMxJpNIX8bhHlPnFwP+0l7+MC+mWlCRjACy4cg="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];