about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2024-03-20 18:12:57 +0100
committerGitHub <noreply@github.com>2024-03-20 18:12:57 +0100
commit99bba48f3a33c9c4f1e553740162eb5f21cbaec4 (patch)
tree7713e14a3cd7c32f1ce58b5082e75d574b80f149
parent1357b820aac78044f911e2638cf1ba40fff8d230 (diff)
parent3305de9cd058ff92f30294d77a0a86e875ecd759 (diff)
Merge pull request #297236 from r-ryantm/auto-update/commitizen
commitizen: 3.18.4 -> 3.20.0
-rw-r--r--pkgs/applications/version-management/commitizen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/commitizen/default.nix b/pkgs/applications/version-management/commitizen/default.nix
index bb1c3243d6dbb..b1b70646bf67b 100644
--- a/pkgs/applications/version-management/commitizen/default.nix
+++ b/pkgs/applications/version-management/commitizen/default.nix
@@ -11,7 +11,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "commitizen";
-  version = "3.18.4";
+  version = "3.20.0";
   format = "pyproject";
 
   disabled = python3.pythonOlder "3.8";
@@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "commitizen-tools";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-ODBlNwrvkYnZ+CvKyc5Bic6DK/z8d6/KR3+iarFxduE=";
+    hash = "sha256-lruEkXgbND2Q49J9mnDSqDA4kWiUBIg1mI+s1a+V3ds=";
   };
 
   pythonRelaxDeps = [