copier: 9.2.0 -> 9.4.1

This commit is contained in:
Joel Baranick
2024-12-12 07:58:52 -08:00
parent f45e52bc6a
commit b0e9be3ec1
+2 -2
View File
@@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "copier";
version = "9.2.0";
version = "9.4.1";
pyproject = true;
src = fetchFromGitHub {
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
postFetch = ''
rm $out/tests/demo/doc/ma*ana.txt
'';
hash = "sha256-fjZ2ieyyFvm5LdCoKLhOffWZusYbZEGebR8o7PDF8wc=";
hash = "sha256-bNz3xFYksgdN9iXbkZIHWsHpRa9aICxBZmzy/t0+3z0=";
};
POETRY_DYNAMIC_VERSIONING_BYPASS = version;