copier: 9.2.0 -> 9.4.1 (#364648)

This commit is contained in:
Arne Keller
2024-12-15 16:25:01 +01:00
committed by GitHub
+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;