python312Packages.mcdreforged: 2.14.5 -> 2.14.7

This commit is contained in:
R. Ryantm
2025-03-31 12:43:20 +00:00
parent 4a8e787879
commit 66fd59e936
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "mcdreforged";
version = "2.14.5";
version = "2.14.7";
pyproject = true;
src = fetchFromGitHub {
owner = "MCDReforged";
repo = "MCDReforged";
tag = "v${version}";
hash = "sha256-zhg4KK40nQAuKMaihALTXEeQuusKeSVp18yp8WKVZ2I=";
hash = "sha256-KwXvjLS9tg3EZT9vYFfiOIjPGswcOwdl66ErKPKS2rA=";
};
build-system = [ setuptools ];