From ab25109cdda2b0b25eee4d32ec4455ccff630683 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 29 Nov 2023 10:22:16 +0100 Subject: [PATCH] python311Packages.aiovodafone: 0.4.2 -> 0.4.3 Diff: https://github.com/chemelli74/aiovodafone/compare/refs/tags/v0.4.2...v0.4.3 Changelog: https://github.com/chemelli74/aiovodafone/blob/0.4.3/CHANGELOG.md --- pkgs/development/python-modules/aiovodafone/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiovodafone/default.nix b/pkgs/development/python-modules/aiovodafone/default.nix index af193fa8dc69..573075095cb3 100644 --- a/pkgs/development/python-modules/aiovodafone/default.nix +++ b/pkgs/development/python-modules/aiovodafone/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "aiovodafone"; - version = "0.4.2"; + version = "0.4.3"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "chemelli74"; repo = "aiovodafone"; rev = "refs/tags/v${version}"; - hash = "sha256-sWONjWchXu5pRFXY/ZhOXvF0z/qUc1LjqcaSiVPA1MU="; + hash = "sha256-nYMruxEqLvkcspz0damh9tBYYROz5gleLiyhjco+rsQ="; }; postPatch = ''