Merge pull request #118178 from fabaff/bump-mcstatus

This commit is contained in:
Sandro 2021-04-01 10:54:45 +02:00 committed by GitHub
commit 903437721f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "mcstatus";
version = "5.1.1";
version = "5.1.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "Dinnerbone";
repo = pname;
rev = "release-${version}";
sha256 = "1a3qrl6w76ayqkl1knaz5ai0brrzpjfdk33lyb1n1p7gnc73nhlr";
sha256 = "16k5vcqpd9r7mm1cg9khzba42rcxs491h8gk2klymav249yzrwk7";
};
propagatedBuildInputs = [

View file

@ -257,6 +257,7 @@ in with py.pkgs; buildPythonApplication rec {
"media_player"
"media_source"
"met"
"minecraft_server"
"mobile_app"
"modbus"
"moon"