python3Packages.ttp-templates: 0.3.7 -> 0.5.1

Diff: https://github.com/dmulyalin/ttp_templates/compare/0.3.7...0.5.1

Changelog: https://github.com/dmulyalin/ttp_templates/releases/tag/0.5.1
This commit is contained in:
Fabian Affolter
2026-03-28 18:18:56 +01:00
parent 4fa4b98df1
commit 262eb519fd
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "ttp-templates";
version = "0.3.7";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "dmulyalin";
repo = "ttp_templates";
tag = version;
hash = "sha256-Pntm/wUv/K0ci8U/+nBUVszuX8KT95gyp+i2N6NshKo=";
hash = "sha256-lGlg8AgP7VtwZm5xfpEzs1VJSbfBdYns/l4ROP0LtEQ=";
};
nativeBuildInputs = [ poetry-core ];