python3Packages.mcstatus: 12.1.0 -> 12.2.0

This commit is contained in:
R. Ryantm
2026-02-09 12:36:03 +00:00
parent 529c52fbd3
commit 4516ad21fc
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "mcstatus";
version = "12.1.0";
version = "12.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "py-mine";
repo = "mcstatus";
tag = "v${finalAttrs.version}";
hash = "sha256-PbrgVfLhwiAadrOkSSUM7He/IJZ+hORMV9/thpeB9qA=";
hash = "sha256-dBnUf4Hu2FgUI8CNr+cGIE7iAsM+FoRX5xRl2C6E9Mg=";
};
build-system = [