python313Packages.thinqconnect: 1.0.4 -> 1.0.5
Diff: https://github.com/thinq-connect/pythinqconnect/compare/refs/tags/1.0.4...1.0.5 Changelog: https://github.com/thinq-connect/pythinqconnect/blob/1.0.5/RELEASE_NOTES.md
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "thinqconnect";
|
pname = "thinqconnect";
|
||||||
version = "1.0.4";
|
version = "1.0.5";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "thinq-connect";
|
owner = "thinq-connect";
|
||||||
repo = "pythinqconnect";
|
repo = "pythinqconnect";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-LVmvJvGbiPPg+WlrTOYueNCNZNjldWJVC+OqFl9CcK0=";
|
hash = "sha256-UJzlNxv2d0+E4G/I376F4HdtyDCYgXpWy8C70RrQtKk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user