Merge pull request #135103 from r-ryantm/auto-update/python3.8-mcstatus

python38Packages.mcstatus: 6.4.0 -> 6.5.0
This commit is contained in:
Fabian Affolter 2021-08-21 21:57:25 +02:00 committed by GitHub
commit 894e04a23f
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.4.0";
version = "6.5.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "Dinnerbone";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pJ5TY9tbdhVW+kou+n5fMgCdHVBK6brBrlGIuO+VIK0=";
sha256 = "00xi3452lap4zx38msx89vvhrzkzb2dvwis1fcmx24qngj9g3yfr";
};
propagatedBuildInputs = [