python3Packages.mcdreforged: 2.15.4 -> 2.15.5 (#454405)

This commit is contained in:
Yohann Boniface
2025-10-22 11:35:18 +00:00
committed by GitHub
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "mcdreforged";
version = "2.15.4";
version = "2.15.5";
pyproject = true;
src = fetchFromGitHub {
owner = "MCDReforged";
repo = "MCDReforged";
tag = "v${version}";
hash = "sha256-q88jAsgoIFzsOVKeA4fk69wGbnq3HcYJ2YzeZQHmYo4=";
hash = "sha256-4zThW18/6aO5gCsxx7TNM+q0Z7/c6G5zUxbCMpwEsEU=";
};
build-system = [ setuptools ];