Unverified Commit 3a913d13 authored by dish's avatar dish Committed by GitHub
Browse files

python3Packages.mcstatus: 12.0.5 -> 12.0.6 (#454037)

parents e5ca30ab 80919069
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "mcstatus";
  version = "12.0.5";
  version = "12.0.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "py-mine";
    repo = "mcstatus";
    tag = "v${version}";
    hash = "sha256-gtLWUIxG40MsmavA4KrHJ3btCR/zKdstwiUiZGsoNcw=";
    hash = "sha256-lo96dZ7YaqZz/fmhuo8XWm5tSsB6ixtdxkZ3Hd6mq78=";
  };

  build-system = [