Unverified Commit 191c03fe authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.aiovodafone: 0.6.1 -> 0.7.1 (#352901)

parents a2919b3f a1190920
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "aiovodafone";
  version = "0.6.1";
  version = "0.7.1";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "chemelli74";
    repo = "aiovodafone";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZBy3lo7rb361aysi2ezryd5H47r6sgSqmYNeAI+wXeQ=";
    hash = "sha256-BVuDnIp9K+f4jZPPfCABMD+fpPXDQE6/RWTZ8k7ftMI=";
  };

  postPatch = ''