python3Packages.python-pooldose: 0.6.0 -> 0.7.0 (#453701)

This commit is contained in:
dotlambda
2025-10-20 18:30:37 +00:00
committed by GitHub
@@ -3,6 +3,7 @@
aiohttp,
buildPythonPackage,
fetchFromGitHub,
getmac,
lib,
pytest-asyncio,
pytestCheckHook,
@@ -11,14 +12,14 @@
buildPythonPackage rec {
pname = "python-pooldose";
version = "0.6.0";
version = "0.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lmaertin";
repo = "python-pooldose";
tag = version;
hash = "sha256-hKZOOeTigK8E+MAq5+zUmdWwGrAn+0ZGmOn66QTU1RM=";
hash = "sha256-tTJNmcBSSmrJgMnKeV5YTrvZWHFnmVKysJrEBXYTpAo=";
};
build-system = [ setuptools ];
@@ -26,6 +27,7 @@ buildPythonPackage rec {
dependencies = [
aiofiles
aiohttp
getmac
];
pythonImportsCheck = [ "pooldose" ];