python310Packages.mcstatus: 10.0.2 -> 10.0.3

Diff: https://github.com/py-mine/mcstatus/compare/refs/tags/v10.0.2...v10.0.3

Changelog: https://github.com/py-mine/mcstatus/releases/tag/v10.0.3
This commit is contained in:
Fabian Affolter 2023-04-18 08:49:59 +02:00
parent c2902c0f03
commit e9dadae2c6

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 = [