copier: 7.0.1 -> 8.1.0
This commit is contained in:
parent
7217de617e
commit
1c77577f14
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "copier";
|
pname = "copier";
|
||||||
version = "7.0.1";
|
version = "8.1.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
postFetch = ''
|
postFetch = ''
|
||||||
rm $out/tests/demo/doc/ma*ana.txt
|
rm $out/tests/demo/doc/ma*ana.txt
|
||||||
'';
|
'';
|
||||||
hash = "sha256-i8HqMW36YtRxu/DLJWNiCfw6+ce3Gw8r8VBBo9l9aDI=";
|
hash = "sha256-PxyXlmEZ9cqZgDWcdeNznEC4F1J4NFMiwy0D7g+YZUs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
POETRY_DYNAMIC_VERSIONING_BYPASS = version;
|
POETRY_DYNAMIC_VERSIONING_BYPASS = version;
|
||||||
@ -25,7 +25,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
colorama
|
colorama
|
||||||
|
decorator
|
||||||
dunamai
|
dunamai
|
||||||
|
funcy
|
||||||
iteration-utilities
|
iteration-utilities
|
||||||
jinja2
|
jinja2
|
||||||
jinja2-ansible-filters
|
jinja2-ansible-filters
|
||||||
|
Loading…
Reference in New Issue
Block a user