Unverified Commit efe860c6 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.deebot-client: 13.1.0 -> 13.2.0

parent 1f232dd4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "deebot-client";
  version = "13.1.0";
  version = "13.2.0";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -29,12 +29,12 @@ buildPythonPackage rec {
    owner = "DeebotUniverse";
    repo = "client.py";
    tag = version;
    hash = "sha256-EIhefThzHC9hpI4bGkTu+TskdzajI7cc90DhrfDlbcs=";
    hash = "sha256-0DGOdfr6vqtgYwabhJWfxV2kACzixiCnqPNssPHyLhw=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-WYWrfNigmu18yEa2QstJ5RfjLWS/Tckem48j8JK2NHk=";
    hash = "sha256-A/axIsDfpWNLQXeExshzlJfKWh5yFZYqxDQYPn1+fHg=";
  };

  pythonRelaxDeps = [