about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-04-24 00:46:50 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-04-24 00:47:23 +0200
commit670862bf405993fcae1e6de66d262f462de58dc1 (patch)
tree6d50bb065bf89ff42535d4158619c384e5bcb38a
parentd9ad436f9a3ee28ecb8f73723b201d0d84b6366b (diff)
python310Packages.ttp: 0.9.2 -> 0.9.4
https://github.com/dmulyalin/ttp/releases/tag/0.9.4
https://github.com/dmulyalin/ttp/releases/tag/0.9.3
-rw-r--r--pkgs/development/python-modules/ttp/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ttp/default.nix b/pkgs/development/python-modules/ttp/default.nix
index f350b2e10a54f..9fc1c5eff2a1a 100644
--- a/pkgs/development/python-modules/ttp/default.nix
+++ b/pkgs/development/python-modules/ttp/default.nix
@@ -18,14 +18,14 @@
 
 buildPythonPackage rec {
   pname = "ttp";
-  version = "0.9.2";
+  version = "0.9.4";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "dmulyalin";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-KhQRC4zcLCnYUtQm08wJzb/YwBquOEGR5L0YUmnzheg=";
+    hash = "sha256-iZJ38NQnofW9awisY5cFBIN1rjXinA6CpJYSCCnNaOY=";
   };
 
   nativeBuildInputs = [
@@ -102,6 +102,7 @@ buildPythonPackage rec {
   ];
 
   meta = with lib; {
+    changelog = "https://github.com/dmulyalin/ttp/releases/tag/${version}";
     description = "Template Text Parser";
     homepage = "https://github.com/dmulyalin/ttp";
     license = licenses.mit;