python3Packages.python-pooldose: 0.6.0 -> 0.7.0

Diff: https://github.com/lmaertin/python-pooldose/compare/0.6.0...0.7.0

Changelog: https://github.com/lmaertin/python-pooldose/blob/0.7.0/CHANGELOG.md
This commit is contained in:
Robert Schütz
2025-10-19 20:48:40 -07:00
parent c3a1450f4c
commit eec991fce5
@@ -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" ];