Merge pull request #275162 from r-ryantm/auto-update/python310Packages.aiovodafone

python310Packages.aiovodafone: 0.4.3 -> 0.5.1
This commit is contained in:
Fabian Affolter 2023-12-18 21:16:19 +01:00 committed by GitHub
commit 51790f733e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@
buildPythonPackage rec {
pname = "aiovodafone";
version = "0.4.3";
format = "pyproject";
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "chemelli74";
repo = "aiovodafone";
rev = "refs/tags/v${version}";
hash = "sha256-nYMruxEqLvkcspz0damh9tBYYROz5gleLiyhjco+rsQ=";
hash = "sha256-4Pcdf5yAzjXbmWehon9DdZfaIdEjPLcdzf/EjYKEamk=";
};
postPatch = ''