tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
copier: 8.1.0 -> 9.1.0
Greg Hellings
2 years ago
f35d0464
28dbc86c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
copier
default.nix
+3
-3
pkgs/tools/misc/copier/default.nix
reviewed
···
2
2
3
3
python3.pkgs.buildPythonApplication rec {
4
4
pname = "copier";
5
5
-
version = "8.1.0";
5
5
+
version = "9.1.0";
6
6
format = "pyproject";
7
7
8
8
src = fetchFromGitHub {
···
13
13
postFetch = ''
14
14
rm $out/tests/demo/doc/ma*ana.txt
15
15
'';
16
16
-
hash = "sha256-PxyXlmEZ9cqZgDWcdeNznEC4F1J4NFMiwy0D7g+YZUs=";
16
16
+
hash = "sha256-x5r7Xv4lAOMkR+UIEeSY7LvbYMLpTWYuICYe9ygz1tA=";
17
17
};
18
18
19
19
POETRY_DYNAMIC_VERSIONING_BYPASS = version;
···
52
52
description = "Library and command-line utility for rendering projects templates";
53
53
homepage = "https://copier.readthedocs.io";
54
54
license = licenses.mit;
55
55
-
maintainers = with maintainers; [ jonringer ];
55
55
+
maintainers = with maintainers; [ jonringer greg ];
56
56
mainProgram = "copier";
57
57
};
58
58
}