lol

copier: 8.1.0 -> 9.1.0

+3 -3
+3 -3
pkgs/tools/misc/copier/default.nix
··· 2 2 3 3 python3.pkgs.buildPythonApplication rec { 4 4 pname = "copier"; 5 - version = "8.1.0"; 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 - hash = "sha256-PxyXlmEZ9cqZgDWcdeNznEC4F1J4NFMiwy0D7g+YZUs="; 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 - maintainers = with maintainers; [ jonringer ]; 55 + maintainers = with maintainers; [ jonringer greg ]; 56 56 mainProgram = "copier"; 57 57 }; 58 58 }