python3Packages.py-dactyl: 2.0.5 -> 2.0.7 (#467262)

This commit is contained in:
dotlambda
2025-12-03 00:20:38 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "py-dactyl";
version = "2.0.5";
version = "2.0.7";
pyproject = true;
src = fetchFromGitHub {
owner = "iamkubi";
repo = "pydactyl";
tag = "v${version}";
hash = "sha256-yw5S4I4mtb9URnZ1So1nlZi4v7y0Nz4msx+8SwSi8N4=";
hash = "sha256-4WzQQs4WP5AwO8idZsP6J71CwnoD1ilC5Tpcepnf26c=";
};
build-system = [ setuptools ];
@@ -33,9 +33,7 @@ buildPythonPackage rec {
disabledTests = [
# upstream's tests are not fully maintained
"test_get_file_contents"
"test_paginated_response_multipage_iterator"
"test_pterodactyl_client_debug_param"
];
meta = {