Unverified Commit b24ce2d8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.copier: 9.10.2 -> 9.10.3 (#453087)

parents 4312389e f4bb2060
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

buildPythonPackage rec {
  pname = "copier";
  version = "9.10.2";
  version = "9.10.3";
  pyproject = true;

  src = fetchFromGitHub {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
    postFetch = ''
      rm $out/tests/demo/doc/ma*ana.txt
    '';
    hash = "sha256-vO807Jzl04DkiHPBhu3cGK0bhn2Cd2dT1nKznQKP/p0=";
    hash = "sha256-ZBRJ4FrdhtKr273D2amwA3dJhISZAORqFqoh//963Fg=";
  };

  POETRY_DYNAMIC_VERSIONING_BYPASS = version;