python3Packages.copier: 9.11.1 -> 9.11.2 (#481964)

This commit is contained in:
Nick Cao
2026-01-20 22:20:08 +00:00
committed by GitHub
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "copier";
version = "9.11.1";
version = "9.11.2";
pyproject = true;
src = fetchFromGitHub {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
postFetch = ''
rm $out/tests/demo/doc/ma*ana.txt
'';
hash = "sha256-5Rv+Pg23KDEmaTa7C9A5xLcEoneuAMiaZq/obOs0vg8=";
hash = "sha256-+cbIohIfCfJRBlRmFyI9dzyZ7EcEThDNxvbxY3rlJFw=";
};
POETRY_DYNAMIC_VERSIONING_BYPASS = version;