python3Packages.copier: 9.11.0 -> 9.11.1

This commit is contained in:
R. Ryantm
2026-01-11 00:47:33 +00:00
parent 5ec7af3953
commit ad04671390
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "copier";
version = "9.11.0";
version = "9.11.1";
pyproject = true;
src = fetchFromGitHub {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
postFetch = ''
rm $out/tests/demo/doc/ma*ana.txt
'';
hash = "sha256-E46OrAZHs+jVfDzwJ0+vD344O4NBHXpKpo+eGnXTIR4=";
hash = "sha256-5Rv+Pg23KDEmaTa7C9A5xLcEoneuAMiaZq/obOs0vg8=";
};
POETRY_DYNAMIC_VERSIONING_BYPASS = version;