0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.aiovodafone: 0.7.1 -> 0.8.1 (#367036)

This commit is contained in:
Nick Cao 2024-12-21 10:06:11 -05:00 committed by GitHub
commit fddba3730e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aiovodafone";
version = "0.7.1";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.11";
@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aiovodafone";
rev = "refs/tags/v${version}";
hash = "sha256-BVuDnIp9K+f4jZPPfCABMD+fpPXDQE6/RWTZ8k7ftMI=";
tag = "v${version}";
hash = "sha256-JRZEMu5Lv0JQkTM1w3g3yzdaG/FM8xwT1MuEBHAic1Y=";
};
postPatch = ''