python310Packages.mcstatus: 10.0.1 -> 10.0.2

This commit is contained in:
R. Ryantm
2023-02-19 04:52:37 +00:00
parent 479fc5215f
commit e20d1c56cf
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "mcstatus";
version = "10.0.1";
version = "10.0.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "py-mine";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-rwEZhN/CbIw5lZ1AGorsagr4RlvCMlCK/M0XzQBCvh8=";
hash = "sha256-8RdJarRoBOkHZfFAKnDgqu8dANQLwKAoY2g8SwbuDeE=";
};
nativeBuildInputs = [