python312Packages.mcdreforged: 2.14.5 -> 2.14.7 (#394909)

This commit is contained in:
Nick Cao
2025-03-31 17:14:35 -04:00
committed by GitHub
@@ -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 ];