python3Packages.copier: 9.11.3 -> 9.14.0

This commit is contained in:
R. Ryantm
2026-03-17 21:18:13 +00:00
parent 9024df32c9
commit 588630f1d7
@@ -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;