Merge pull request #129322 from fabaff/bump-mcstatus

python3Packages.mcstatus: 6.1.2 -> 6.2.0
This commit is contained in:
Sandro 2021-07-05 18:58:21 +02:00 committed by GitHub
commit efc5f35d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [