Merge pull request #226804 from fabaff/mcstatus-bump

python310Packages.mcstatus: 10.0.2 -> 10.0.3
This commit is contained in:
Fabian Affolter 2023-04-18 11:35:07 +02:00 committed by GitHub
commit f03a672b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "mcstatus";
version = "10.0.2";
version = "10.0.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "py-mine";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8RdJarRoBOkHZfFAKnDgqu8dANQLwKAoY2g8SwbuDeE=";
hash = "sha256-LHcLqP9IGqi0YmjgFoTwojyS+IZmBOBujYWMPuqNc6w=";
};
nativeBuildInputs = [