python310Packages.ttp: 0.9.4 -> 0.9.5

https://github.com/dmulyalin/ttp/releases/tag/0.9.5
This commit is contained in:
Martin Weinelt
2023-06-26 17:32:20 +02:00
parent 9e4e0807d2
commit 820cdadd03
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "ttp";
version = "0.9.4";
version = "0.9.5";
format = "pyproject";
src = fetchFromGitHub {
owner = "dmulyalin";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-iZJ38NQnofW9awisY5cFBIN1rjXinA6CpJYSCCnNaOY=";
hash = "sha256-IWqPFspERBVkjsTYTAkOTOrugq4fD65Q140G3SCEV0w=";
};
nativeBuildInputs = [