Unverified Commit dd5b0280 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

copier: 9.11.2 -> 9.11.3 (#483411)

parents dd0dc3d7 5374db16
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

buildPythonPackage rec {
  pname = "copier";
  version = "9.11.2";
  version = "9.11.3";
  pyproject = true;

  src = fetchFromGitHub {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
    postFetch = ''
      rm $out/tests/demo/doc/ma*ana.txt
    '';
    hash = "sha256-+cbIohIfCfJRBlRmFyI9dzyZ7EcEThDNxvbxY3rlJFw=";
    hash = "sha256-/7Bl01kuZVqVhXPnIwNL3mwt8DOPK02Qd/85J1zX4q4=";
  };

  POETRY_DYNAMIC_VERSIONING_BYPASS = version;