python3Packages.aiovodafone: 3.2.0 -> 3.3.0 (#523777)

This commit is contained in:
Fabian Affolter
2026-05-25 10:55:02 +00:00
committed by GitHub
@@ -3,35 +3,33 @@
aiohttp,
beautifulsoup4,
buildPythonPackage,
colorlog,
cryptography,
fetchFromGitHub,
orjson,
poetry-core,
pycryptodome,
pytest-cov-stub,
pytestCheckHook,
segno,
setuptools,
}:
buildPythonPackage (finalAttrs: {
pname = "aiovodafone";
version = "3.2.0";
version = "3.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aiovodafone";
tag = "v${finalAttrs.version}";
hash = "sha256-CZz/rRRgZwP7gowYORkt8j99mU0CMgOX+M1JExvFNDI=";
hash = "sha256-KKd8dOabm/6YksBG6+51zYUsgiA4wFW6dGe2tiX3fQA=";
};
build-system = [ poetry-core ];
build-system = [ setuptools ];
dependencies = [
aiohttp
beautifulsoup4
colorlog
cryptography
orjson
pycryptodome