From 262eb519fd7e1fe0f166adcd83a59d41e71ad022 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 28 Mar 2026 18:18:56 +0100 Subject: [PATCH] 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 --- 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 0fb6e96c733e..c0eef67aa1a9 100644 --- a/pkgs/development/python-modules/ttp-templates/default.nix +++ b/pkgs/development/python-modules/ttp-templates/default.nix @@ -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 ];