Skip to content

Commit

Permalink
python312Packages.thinqconnect: 1.0.2 -> 1.0.3 (NixOS#370940)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 4, 2025
2 parents 0162c76 + c58054a commit 9a12eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/thinqconnect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "thinqconnect";
version = "1.0.2";
version = "1.0.3";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "thinq-connect";
repo = "pythinqconnect";
tag = version;
hash = "sha256-Y/L/PhTBTUF8INqLgIi1llRrticlGPb8F/sPq3XWxN4=";
hash = "sha256-p2EY1DeLxmXcfohN4e4I7I+SNkabEr37ZC2ka1CT7/s=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 9a12eff

Please sign in to comment.