python3Packages.mcstatus: 6.1.2 -> 6.2.0

This commit is contained in:
Fabian Affolter 2021-07-05 14:42:42 +02:00
parent 11b1684c8e
commit 7e910a9b9c

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "mcstatus";
version = "6.1.2";
version = "6.2.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "Dinnerbone";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RSxysVIP/niQh8WRSk6Z9TSz/W97PkPYIR0NXIZfAbQ=";
sha256 = "sha256-o5JVj4Tt5+VOjDC0TDlVuVbDUQPvZGX5Zeoz0vVxPJ8=";
};
propagatedBuildInputs = [