summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-12-05 18:16:07 +0100
committerGitHub <noreply@github.com>2022-12-05 18:16:07 +0100
commitca512d38d5bfc5a7cdb817a2d2ecfe93a06293d0 (patch)
tree5562fd7916fd7f12449b2757b56309a481d5e341
parent95616f5ce0de433d45e01f064ac18e0af62a43b2 (diff)
parent1090778a4304ac15dc0dceb5265ad7746dc1f784 (diff)
downloadnixpkgs-ca512d38d5bfc5a7cdb817a2d2ecfe93a06293d0.tar
nixpkgs-ca512d38d5bfc5a7cdb817a2d2ecfe93a06293d0.tar.gz
nixpkgs-ca512d38d5bfc5a7cdb817a2d2ecfe93a06293d0.tar.bz2
nixpkgs-ca512d38d5bfc5a7cdb817a2d2ecfe93a06293d0.tar.lz
nixpkgs-ca512d38d5bfc5a7cdb817a2d2ecfe93a06293d0.tar.xz
nixpkgs-ca512d38d5bfc5a7cdb817a2d2ecfe93a06293d0.tar.zst
nixpkgs-ca512d38d5bfc5a7cdb817a2d2ecfe93a06293d0.zip
Merge pull request #204607 from fabaff/ttp-templates-bump
python310Packages.ttp-templates: 0.3.1 -> 0.3.2 
-rw-r--r--pkgs/development/python-modules/ttp-templates/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ttp-templates/default.nix b/pkgs/development/python-modules/ttp-templates/default.nix
index ac27cc1aef5..afe58c88054 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 = [
@@ -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 ];
   };