Unverified Commit bd1cf27d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.thinqconnect: 0.9.7-unstable-2024-09-09 -> 0.9.9 (#352197)

parents 9c461c69 626d52a0
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@
}:

buildPythonPackage rec {
  pname = "pythinqconnect";
  version = "0.9.7-unstable-2024-09-09";
  pname = "thinqconnect";
  version = "0.9.9";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -19,9 +19,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "thinq-connect";
    repo = "pythinqconnect";
    # https://github.com/thinq-connect/pythinqconnect/issues/1
    rev = "39d535a2a5d1067a110eea37ae92002d0793b7e9";
    hash = "sha256-+nQAUqg5rB2eJgPBJJR8NsQ1O2Wb4UsbBQVPir1jyAU=";
    rev = "refs/tags/${version}";
    hash = "sha256-G6fg+mXrUnSkfpeJAvDXEu57UgkYEObErEnds2PK13Y=";
  };

  build-system = [ setuptools ];