python3Packages.copier: 9.11.3 -> 9.14.0 (#492901)

This commit is contained in:
Michael Daniels
2026-03-21 03:29:59 +00:00
committed by GitHub
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "copier";
version = "9.11.3";
version = "9.14.0";
pyproject = true;
src = fetchFromGitHub {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
postFetch = ''
rm $out/tests/demo/doc/ma*ana.txt
'';
hash = "sha256-/7Bl01kuZVqVhXPnIwNL3mwt8DOPK02Qd/85J1zX4q4=";
hash = "sha256-ntPd0uJabePbgf4wvyG1WCmIYCjNyPaQIllNAkxExxo=";
};
env.POETRY_DYNAMIC_VERSIONING_BYPASS = version;