python314Packages.aiovodafone: 3.0.0 -> 3.1.1

Changelog: https://github.com/chemelli74/aiovodafone/blob/v3.1.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-01-27 11:51:11 +01:00
parent 2fa9acad70
commit 0629d6711c
@@ -8,23 +8,22 @@
fetchFromGitHub,
orjson,
poetry-core,
pycryptodome,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
segno,
}:
buildPythonPackage rec {
pname = "aiovodafone";
version = "3.0.0";
version = "3.1.1";
pyproject = true;
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aiovodafone";
tag = "v${version}";
hash = "sha256-JeMB7K2NURvMPgCZRNAFt9ThIu4LDq3WlmAXsgm1CKs=";
hash = "sha256-NhtclSuwiEuGAA/zhKEL/5S/WTFTjo87BTQPuSVX0sE=";
};
build-system = [ poetry-core ];
@@ -32,9 +31,11 @@ buildPythonPackage rec {
dependencies = [
aiohttp
beautifulsoup4
cryptography
colorlog
cryptography
orjson
pycryptodome
segno
];
nativeCheckInputs = [