Merge pull request #270868 from fabaff/aiovodafone-bump

python311Packages.aiovodafone: 0.4.2 -> 0.4.3
This commit is contained in:
Fabian Affolter
2023-11-29 15:11:02 +01:00
committed by GitHub
@@ -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 = ''