python313Packages.aiovodafone: 0.9.0 -> 0.11.0

Diff: chemelli74/aiovodafone@refs/tags/v0.9.0...v0.11.0

Changelog: https://github.com/chemelli74/aiovodafone/blob/v0.11.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-05-09 05:06:30 +02:00
committed by Martin Weinelt
parent 70f16591b7
commit dd5a257768
@@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "aiovodafone";
version = "0.9.0";
version = "0.11.0";
pyproject = true;
disabled = pythonOlder "3.11";
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aiovodafone";
tag = "v${version}";
hash = "sha256-3WafrcJH9pD1u0FEJzYaVWLWb2Ur1sCHYHFON4DXLpo=";
hash = "sha256-/H3v5ZRAaWWouow82nr/+TOuL+IX6Ez+Mjk/C120MWM=";
};
build-system = [ poetry-core ];
@@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to control Vodafon Station";
homepage = "https://github.com/chemelli74/aiovodafone";
changelog = "https://github.com/chemelli74/aiovodafone/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/chemelli74/aiovodafone/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};