python3Packages.copier: 9.16.0 -> 9.17.0

This commit is contained in:
R. Ryantm
2026-07-14 00:31:50 +00:00
parent a8b81d3cc8
commit 2df5c8807d
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "copier";
version = "9.16.0";
version = "9.17.0";
pyproject = true;
src = fetchFromGitHub {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
postFetch = ''
rm $out/tests/demo/doc/ma*ana.txt
'';
hash = "sha256-A7tfiFyEeQ3JFZkHSbv0EOE3rQzCJ3l1euMU93nKonA=";
hash = "sha256-I98GGrFSKgDlFQU3dAYsu7Z2mtO8NWPT0CoMtdw/EI8=";
};
env.POETRY_DYNAMIC_VERSIONING_BYPASS = version;