From 0629d6711cae742e12c64fddb749d790233d4e37 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 27 Jan 2026 11:51:03 +0100 Subject: [PATCH] python314Packages.aiovodafone: 3.0.0 -> 3.1.1 Changelog: https://github.com/chemelli74/aiovodafone/blob/v3.1.1/CHANGELOG.md --- .../python-modules/aiovodafone/default.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/aiovodafone/default.nix b/pkgs/development/python-modules/aiovodafone/default.nix index 1d804579bae1..140587f11e46 100644 --- a/pkgs/development/python-modules/aiovodafone/default.nix +++ b/pkgs/development/python-modules/aiovodafone/default.nix @@ -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 = [