commitizen: 3.7.0 -> 3.10.0
https://github.com/commitizen-tools/commitizen/compare/v3.7.0...3.10.0 https://github.com/commitizen-tools/commitizen/releases/tag/3.10.0
This commit is contained in:
parent
0f74397fee
commit
d8fda1e045
1 changed files with 4 additions and 2 deletions
|
@ -10,14 +10,16 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "commitizen";
|
||||
version = "3.7.0";
|
||||
version = "3.10.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = python3.pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "commitizen-tools";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-KfPIGQ4kIjV/Vuza5wdzp0R62LUluJQ5tY6I8BPFmGk=";
|
||||
hash = "sha256-faHZBH/JrCDRQqZT9v6hsj4C9/PbLQxIr+6hNFzsEcg=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Reference in a new issue