python3Packages.copier: 9.15.2 -> 9.16.0

This commit is contained in:
R. Ryantm
2026-06-24 00:51:38 +00:00
parent b71d29068d
commit c6d0237493
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "copier";
version = "9.15.2";
version = "9.16.0";
pyproject = true;
src = fetchFromGitHub {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
postFetch = ''
rm $out/tests/demo/doc/ma*ana.txt
'';
hash = "sha256-57FQtXPf9L7dXogf2mmWVViggHkn/2VTKm/B4FFSrfI=";
hash = "sha256-A7tfiFyEeQ3JFZkHSbv0EOE3rQzCJ3l1euMU93nKonA=";
};
env.POETRY_DYNAMIC_VERSIONING_BYPASS = version;