From dd5a25776840fdfb6b910e434d04ea9bdaf46523 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 7 May 2025 01:05:22 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/aiovodafone/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/aiovodafone/default.nix b/pkgs/development/python-modules/aiovodafone/default.nix index ae27f467e762..de779c57d848 100644 --- a/pkgs/development/python-modules/aiovodafone/default.nix +++ b/pkgs/development/python-modules/aiovodafone/default.nix @@ -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 ]; };