Loading pkgs/development/python-modules/thinqconnect/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/thinqconnect/default.nix +4 −5 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -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 ]; Loading