python3Packages.mcstatus: 9.0.2 -> 9.0.3

This commit is contained in:
Fabian Affolter 2022-03-28 21:00:50 +02:00
parent f7ccecfe39
commit 23a1f8d4cc

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "mcstatus";
version = "9.0.2";
version = "9.0.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "py-mine";
repo = pname;
rev = "v${version}";
hash = "sha256-+wSBdsTI+vyCLvf+0R6oeWnUc123uLMyjQcp/zUYDOQ=";
hash = "sha256-ckT3eSjOgIG2/Ci9Ig6QLCrO9iMF9VyZNJy9KfHUg4A=";
};
nativeBuildInputs = [