From 10a80d4086d02daa4c090723dcdb632be18b5835 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 28 Mar 2023 08:48:33 +0200 Subject: [PATCH] python310Packages.ttp-templates: 0.3.2 -> 0.3.4 Diff: https://github.com/dmulyalin/ttp_templates/compare/refs/tags/0.3.2...0.3.4 Changelog: https://github.com/dmulyalin/ttp_templates/releases/tag/0.3.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 afe58c880546..364041704d55 100644 --- a/pkgs/development/python-modules/ttp-templates/default.nix +++ b/pkgs/development/python-modules/ttp-templates/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "ttp-templates"; - version = "0.3.2"; + version = "0.3.4"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "dmulyalin"; repo = "ttp_templates"; rev = "refs/tags/${version}"; - hash = "sha256-Bm9//hahM1sP/XDUDR7JcGWz0qF8ovkWZU5x/qj0UZg="; + hash = "sha256-NlTTydGdjn+hwAKYEyINg/9k/EdnLq2gU9cnujpZQLM="; }; nativeBuildInputs = [