python3Packages.aiovodafone: 3.1.3 -> 3.2.0 (#517260)

This commit is contained in:
Fabian Affolter
2026-05-06 19:26:37 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiovodafone";
version = "3.1.3";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aiovodafone";
tag = "v${finalAttrs.version}";
hash = "sha256-wgoPL/G9wPshhydHSFpSAFKiiFy/UacVbQ7mdcEuit0=";
hash = "sha256-CZz/rRRgZwP7gowYORkt8j99mU0CMgOX+M1JExvFNDI=";
};
build-system = [ poetry-core ];