Unverified Commit 187d7dad authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.mcstatus: 12.1.0 -> 12.2.0 (#488719)

parents dba435df 4516ad21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [