From 733ea83dc87b9acbedcbba97b0ae22e389ffd3c8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 12 Sep 2026 09:50:03 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/ttp-templates/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/ttp-templates/default.nix b/pkgs/development/python-modules/ttp-templates/default.nix index 107ff75553a3..d926cedba6e4 100644 --- a/pkgs/development/python-modules/ttp-templates/default.nix +++ b/pkgs/development/python-modules/ttp-templates/default.nix @@ -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 ];