Unverified Commit cde2941c authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #249483 from LudovicoPiero/copier-bump

copier: 7.0.1 -> 8.1.0
parents b39ff89c 1c77577f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "copier";
  version = "7.0.1";
  version = "8.1.0";
  format = "pyproject";

  src = fetchFromGitHub {
@@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec {
    postFetch = ''
      rm $out/tests/demo/doc/ma*ana.txt
    '';
    hash = "sha256-i8HqMW36YtRxu/DLJWNiCfw6+ce3Gw8r8VBBo9l9aDI=";
    hash = "sha256-PxyXlmEZ9cqZgDWcdeNznEC4F1J4NFMiwy0D7g+YZUs=";
  };

  POETRY_DYNAMIC_VERSIONING_BYPASS = version;
@@ -25,7 +25,9 @@ python3.pkgs.buildPythonApplication rec {

  propagatedBuildInputs = with python3.pkgs; [
    colorama
    decorator
    dunamai
    funcy
    iteration-utilities
    jinja2
    jinja2-ansible-filters