Unverified Commit a558f54e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.mcstatus: 12.2.1 -> 13.0.1 (#505064)

parents 8eeeadc9 d73d2bd7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [