Unverified Commit a4e3421b authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.deebot-client: 16.3.0 -> 16.4.0 (#465364)

parents 38d6280e b77290f8
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

buildPythonPackage rec {
  pname = "deebot-client";
  version = "16.3.0";
  version = "16.4.0";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -31,18 +31,16 @@ buildPythonPackage rec {
    owner = "DeebotUniverse";
    repo = "client.py";
    tag = version;
    hash = "sha256-FjUHYG0AkZ/AS1jZhPc28f8rnjuWIyRpumnRnDaoRqY=";
    hash = "sha256-R62z102kvdsZVdRcE0lBtwgynl3SECOXCoyaj0xXv2s=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-jAycxAxSSWwDNhtdvSCLujMsa7dMQ1lFLtMtVsKHdvk=";
    hash = "sha256-ir3HZ3DiHcL34kGtyUwyKQZA6fiSj45eXBKL/71eqCs=";
  };

  pythonRelaxDeps = [
    "aiohttp"
    "defusedxml"
    "orjson"
  ];

  nativeBuildInputs = [