python3Packages.mcstatus: 11.0.1 -> 11.1.0
https://github.com/py-mine/mcstatus/releases/tag/v11.1.0
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mcstatus";
|
||||
version = "11.0.1";
|
||||
version = "11.1.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "py-mine";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-1jPIsFEJ17kjtCBiX4IvSf2FxYw9DkH3MrrJ85N71tc=";
|
||||
hash = "sha256-LYhd35FsredNaMgMfkj7LntNK3NRoVpniEUT6WHoXx8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -56,6 +56,8 @@ buildPythonPackage rec {
|
||||
# DNS features are limited in the sandbox
|
||||
"test_query"
|
||||
"test_query_retry"
|
||||
"test_resolve_localhost"
|
||||
"test_async_resolve_localhost"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user