python3Packages.py-dactyl: 2.1.0 -> 2.1.2

https://github.com/iamkubi/pydactyl/releases/tag/v2.1.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:52 +01:00
parent 7d034dc0e8
commit fa301b276e
@@ -6,18 +6,19 @@
pytestCheckHook,
requests,
setuptools,
websocket-client,
}:
buildPythonPackage rec {
pname = "py-dactyl";
version = "2.1.0";
version = "2.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "iamkubi";
repo = "pydactyl";
tag = "v${version}";
hash = "sha256-1bvdJ9ATF0cRy7WE8H2IV2WIMbiSnRnelGpWIN7VBRQ=";
hash = "sha256-/bmk4RIS8pEi+RbJ+6tOchwFj246hdoTXv6WBNisKuc=";
};
build-system = [ setuptools ];
@@ -25,6 +26,7 @@ buildPythonPackage rec {
dependencies = [
aiohttp
requests
websocket-client
];
pythonImportsCheck = [ "pydactyl" ];