tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
commitizen: 3.10.0 -> 3.12.0
R. Ryantm
2 years ago
32708c88
6c5458cf
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
commitizen
default.nix
+2
-2
pkgs/applications/version-management/commitizen/default.nix
···
11
11
12
12
python3.pkgs.buildPythonApplication rec {
13
13
pname = "commitizen";
14
14
-
version = "3.10.0";
14
14
+
version = "3.12.0";
15
15
format = "pyproject";
16
16
17
17
disabled = python3.pythonOlder "3.8";
···
20
20
owner = "commitizen-tools";
21
21
repo = pname;
22
22
rev = "refs/tags/v${version}";
23
23
-
hash = "sha256-faHZBH/JrCDRQqZT9v6hsj4C9/PbLQxIr+6hNFzsEcg=";
23
23
+
hash = "sha256-Gzx2DdCX8GyxYEi8OH2a21V6JkA50qA+39IInEjLReI=";
24
24
};
25
25
26
26
pythonRelaxDeps = [