python3Packages.ttp: 0.9.5 -> 0.10.0

This commit is contained in:
R. Ryantm
2025-11-04 07:09:56 +00:00
parent 981ee33c51
commit 7b84d6fcc8
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "ttp";
version = "0.9.5";
version = "0.10.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "dmulyalin";
repo = "ttp";
tag = version;
hash = "sha256-IWqPFspERBVkjsTYTAkOTOrugq4fD65Q140G3SCEV0w=";
hash = "sha256-W1y84zHRhB8UGUfO5jV2k9epd9kaXUPqzT71URjm4TQ=";
};
nativeBuildInputs = [ poetry-core ];