mcdreforged: 2.13.2 -> 2.14.0
Diff: https://github.com/MCDReforged/MCDReforged/compare/refs/tags/v2.13.2...v2.14.0 Changelog: https://github.com/MCDReforged/MCDReforged/releases/tag/v2.14.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "mcdreforged";
|
||||
version = "2.13.2";
|
||||
version = "2.14.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -31,6 +31,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
resolvelib
|
||||
ruamel-yaml
|
||||
typing-extensions
|
||||
pathspec
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ python3.pkgs.pytestCheckHook ];
|
||||
|
||||
Reference in New Issue
Block a user