python3Packages.mcstatus: 12.2.1 -> 13.0.1

This commit is contained in:
R. Ryantm
2026-03-30 18:08:51 +00:00
parent 459e685376
commit d73d2bd74e
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "mcstatus";
version = "12.2.1";
version = "13.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "py-mine";
repo = "mcstatus";
tag = "v${finalAttrs.version}";
hash = "sha256-twgFGeJfeKZSWbBui/zmtF/7aZ5Kw8k1K81Bj3Nm2ZY=";
hash = "sha256-Btnv5caqZXh7aLGHH7WBduX4CJ+OhcCKgvD0uLC0mPg=";
};
build-system = [