From 8ed26ec9b0d43b867d1c868060a9a8929ce9b82d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 11 Sep 2023 21:11:34 +0200 Subject: [PATCH] python311Packages.aiovodafone: 0.1.0 -> 0.2.0 Diff: https://github.com/chemelli74/aiovodafone/compare/refs/tags/v0.1.0...v0.2.0 Changelog: https://github.com/chemelli74/aiovodafone/blob/0.2.0/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 46e635fce012..2a6c040afefb 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.1.0"; + version = "0.2.0"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "chemelli74"; repo = "aiovodafone"; rev = "refs/tags/v${version}"; - hash = "sha256-VO+lQK+0bSQqnFiLzRMnVTpTJRjv2fZhDbIoTiMFWFI="; + hash = "sha256-KIYVGPJSOWEWXuYQXmRgtXwL3kI371jvx7vbfTni2jI="; }; postPatch = ''