copier: 9.11.2 -> 9.11.3 (#483411)

This commit is contained in:
Nick Cao
2026-01-26 21:57:15 +00:00
committed by GitHub
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "copier";
version = "9.11.2";
version = "9.11.3";
pyproject = true;
src = fetchFromGitHub {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
postFetch = ''
rm $out/tests/demo/doc/ma*ana.txt
'';
hash = "sha256-+cbIohIfCfJRBlRmFyI9dzyZ7EcEThDNxvbxY3rlJFw=";
hash = "sha256-/7Bl01kuZVqVhXPnIwNL3mwt8DOPK02Qd/85J1zX4q4=";
};
POETRY_DYNAMIC_VERSIONING_BYPASS = version;