python3Packages.python-pooldose: 0.9.1 -> 0.9.6

https://github.com/lmaertin/python-pooldose/blob/0.9.6/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2026-07-04 22:11:23 +02:00
commit 8a923ecfff
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -8,18 +8,19 @@
pytest-asyncio,
pytestCheckHook,
setuptools,
websockets,
}:
buildPythonPackage rec {
pname = "python-pooldose";
version = "0.9.1";
version = "0.9.6";
pyproject = true;
src = fetchFromGitHub {
owner = "lmaertin";
repo = "python-pooldose";
tag = version;
hash = "sha256-1WHNiVPquL/D5lpN27iXSA2cWU+VjCPIcW9Th65axVA=";
hash = "sha256-eSFe3PRKhVMuwJ7XUHRec8nPilSxGUQ1T2k2loLubUg=";
};
build-system = [ setuptools ];
@ -28,6 +29,7 @@ buildPythonPackage rec {
aiofiles
aiohttp
getmac
websockets
];
pythonImportsCheck = [ "pooldose" ];