Skip to content

Commit 69f274c

Browse files
copier: 9.2.0 -> 9.4.1 (NixOS#364648)
2 parents df7c514 + b0e9be3 commit 69f274c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/copier/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
python3.pkgs.buildPythonApplication rec {
99
pname = "copier";
10-
version = "9.2.0";
10+
version = "9.4.1";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
1818
postFetch = ''
1919
rm $out/tests/demo/doc/ma*ana.txt
2020
'';
21-
hash = "sha256-fjZ2ieyyFvm5LdCoKLhOffWZusYbZEGebR8o7PDF8wc=";
21+
hash = "sha256-bNz3xFYksgdN9iXbkZIHWsHpRa9aICxBZmzy/t0+3z0=";
2222
};
2323

2424
POETRY_DYNAMIC_VERSIONING_BYPASS = version;

0 commit comments

Comments
 (0)