Commit 5374db16 authored by R. RyanTM's avatar R. RyanTM
Browse files

copier: 9.11.2 -> 9.11.3

parent a4e35412
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;