python313Packages.aiovodafone: 3.1.1 -> 3.1.2

Diff: https://github.com/chemelli74/aiovodafone/compare/v3.1.1...v3.1.2

Changelog: https://github.com/chemelli74/aiovodafone/blob/v3.1.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-02-22 16:15:13 +01:00
parent 599d0c1f43
commit f2f56994dc
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiovodafone";
version = "3.1.1";
version = "3.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aiovodafone";
tag = "v${finalAttrs.version}";
hash = "sha256-NhtclSuwiEuGAA/zhKEL/5S/WTFTjo87BTQPuSVX0sE=";
hash = "sha256-Ip3bvK8p9BUs1t2BEwNdoqcDlATu39zIxRjvJCqfNHE=";
};
build-system = [ poetry-core ];