python313Packages.aiovodafone: 1.1.0 -> 1.2.1 (#441552)

This commit is contained in:
Nick Cao
2025-09-10 20:01:30 +00:00
committed by GitHub
@@ -2,6 +2,7 @@
lib,
aiohttp,
beautifulsoup4,
colorlog,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
@@ -12,7 +13,7 @@
buildPythonPackage rec {
pname = "aiovodafone";
version = "1.1.0";
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -21,7 +22,7 @@ buildPythonPackage rec {
owner = "chemelli74";
repo = "aiovodafone";
tag = "v${version}";
hash = "sha256-xz5NilxPN5KyC4NYmx4Ax0L3khtD2oo3s7gxXWclCI4=";
hash = "sha256-i4zsOHauKPq2b9LfWd4HYe04oOambbibHfNrJLiSSYw=";
};
build-system = [ poetry-core ];
@@ -29,6 +30,7 @@ buildPythonPackage rec {
dependencies = [
aiohttp
beautifulsoup4
colorlog
];
nativeCheckInputs = [