ttp: 0.10.0 -> 0.10.1 (#501887)

This commit is contained in:
Nick Cao
2026-03-23 20:11:51 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "ttp";
version = "0.10.0";
version = "0.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "dmulyalin";
repo = "ttp";
tag = version;
hash = "sha256-W1y84zHRhB8UGUfO5jV2k9epd9kaXUPqzT71URjm4TQ=";
hash = "sha256-A0McQRpSjr0EYIrHQExtBqMe+AmL+IGWaRHeexyvtvg=";
};
nativeBuildInputs = [ poetry-core ];