From 9924a10a52eb020ec2a0943dfc1d48690d95fe37 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 5 Dec 2022 09:47:06 +0100 Subject: [PATCH 1/2] python310Packages.ttp-templates: add changelog to meta --- pkgs/development/python-modules/ttp-templates/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/ttp-templates/default.nix b/pkgs/development/python-modules/ttp-templates/default.nix index ac27cc1aef50..f9b61b760c04 100644 --- a/pkgs/development/python-modules/ttp-templates/default.nix +++ b/pkgs/development/python-modules/ttp-templates/default.nix @@ -34,6 +34,7 @@ buildPythonPackage rec { meta = with lib; { description = "Template Text Parser Templates collections"; homepage = "https://github.com/dmulyalin/ttp_templates"; + changelog = "https://github.com/dmulyalin/ttp_templates/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; From 1090778a4304ac15dc0dceb5265ad7746dc1f784 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 5 Dec 2022 09:47:54 +0100 Subject: [PATCH 2/2] python310Packages.ttp-templates: 0.3.1 -> 0.3.2 Diff: https://github.com/dmulyalin/ttp_templates/compare/refs/tags/0.3.1...0.3.2 Changelog: https://github.com/dmulyalin/ttp_templates/releases/tag/0.3.2 --- 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 f9b61b760c04..afe58c880546 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.1"; + version = "0.3.2"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "dmulyalin"; repo = "ttp_templates"; rev = "refs/tags/${version}"; - hash = "sha256-35Ej76E9qy5EY41Jt2GDCldyXq7IkdqKxVFrBOJh9nE="; + hash = "sha256-Bm9//hahM1sP/XDUDR7JcGWz0qF8ovkWZU5x/qj0UZg="; }; nativeBuildInputs = [