python310Packages.mcstatus: 9.1.0 -> 9.2.0

This commit is contained in:
Fabian Affolter 2022-07-04 16:05:09 +02:00
parent 79be0c0a22
commit e1da464411

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "mcstatus";
version = "9.1.0";
version = "9.2.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "py-mine";
repo = pname;
rev = "v${version}";
hash = "sha256-qKQs0uGPMUtueOryVzFk37Th+N9vmApr/IzJ6jZI2Ic=";
hash = "sha256-poq/8+gRlKtrYpuLHmkPgS6OTTMTMaQw9rS1V2sfd6w=";
};
nativeBuildInputs = [