python313Packages.thinqconnect: 1.0.7 -> 1.0.8
Diff: https://github.com/thinq-connect/pythinqconnect/compare/1.0.7...1.0.8 Changelog: https://github.com/thinq-connect/pythinqconnect/blob/1.0.8/RELEASE_NOTES.md
This commit is contained in:
committed by
Robert Schütz
parent
80b542af87
commit
4dcb84a52b
@@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "thinqconnect";
|
||||
version = "1.0.7";
|
||||
version = "1.0.8";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "thinq-connect";
|
||||
repo = "pythinqconnect";
|
||||
tag = version;
|
||||
hash = "sha256-wnlUwThmDRNosdWVvzqB3KP0LPL37+MnXXD84AeIUL8=";
|
||||
hash = "sha256-TKKqZKluTF7Ysd/1ovWntynQ93WTRtMJY1olRztT5a0=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user