python3Packages.lektricowifi: 0.0.43 -> 0.1

This commit is contained in:
Martin Weinelt
2025-06-12 16:59:45 +02:00
parent 385226f56e
commit fb43cbdb6d
@@ -12,21 +12,16 @@
buildPythonPackage rec {
pname = "lektricowifi";
version = "0.0.43";
version = "0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Lektrico";
repo = "lektricowifi";
tag = "v.${version}";
hash = "sha256-NwM1WpH6tS0iAVpG2gSFJpDPPn9nECHAzpOnWzeYPH4=";
hash = "sha256-GkRZ+fBjLtiZ3dPsn/xeJ7c0cVMY6SHIs+wqhmXXOTk=";
};
postPatch = ''
substituteInPlace tests/test_mocked_devices.py \
--replace-fail "from asyncmock import AsyncMock" "from unittest.mock import AsyncMock"
'';
build-system = [ setuptools ];
pythonRelaxDeps = [