python3Packages.ttp-templates: 0.5.11 -> 0.6.4

Diff: https://github.com/dmulyalin/ttp_templates/compare/0.5.11...0.6.4

Changelog: https://github.com/dmulyalin/ttp_templates/releases/tag/0.6.4
This commit is contained in:
Fabian Affolter
2026-09-12 09:50:03 +02:00
parent e7e2a382e6
commit 733ea83dc8

View File

@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "ttp-templates";
version = "0.5.11";
version = "0.6.4";
pyproject = true;
src = fetchFromGitHub {
owner = "dmulyalin";
repo = "ttp_templates";
tag = finalAttrs.version;
hash = "sha256-0QFo/ZnOLX43oBj9KQoMmXL7SDHYN42K3dWuGTaUNqQ=";
hash = "sha256-MKa1kfo+fw5VTrXaZu5NWD9t3DoJqliMsw1qureO70A=";
};
build-system = [ poetry-core ];