Commit 40d71b9c authored by Fabian Affolter's avatar Fabian Affolter Committed by Martin Weinelt
Browse files
parent bc573b32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "aiovodafone";
  version = "0.0.8";
  version = "0.1.0";
  format = "pyproject";

  disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "chemelli74";
    repo = "aiovodafone";
    rev = "refs/tags/v${version}";
    hash = "sha256-o21zaK3dJfURFAt8fPaOd95H7tuqLnFPC01RGHBIz4M=";
    hash = "sha256-VO+lQK+0bSQqnFiLzRMnVTpTJRjv2fZhDbIoTiMFWFI=";
  };

  postPatch = ''