Unverified Commit 1c77577f authored by Ludovico Piero's avatar Ludovico Piero
Browse files

copier: 7.0.1 -> 8.1.0

parent 7217de61
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