python3Packages.mcstatus: 9.0.4 -> 9.1.0

https://github.com/py-mine/mcstatus/releases/tag/v9.1.0
This commit is contained in:
Joel 2022-05-08 15:11:56 +10:00
parent 06f6e05c4e
commit 6220a45fdb
No known key found for this signature in database
GPG key ID: 18550BD205E9EF64

View file

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