Commit 2f59d8aa authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.deebot-client: 13.6.0 -> 13.7.0

parent ebdfb5d0
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.6.0";
  version = "13.7.0";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -29,12 +29,12 @@ buildPythonPackage rec {
    owner = "DeebotUniverse";
    repo = "client.py";
    tag = version;
    hash = "sha256-/8IBXPqDHgAa7v5+c1co9cABXXaZJZhZy5N2TzVKG7Q=";
    hash = "sha256-38o4hSeCxeKbfjG30XN3pex4hI4mAKRGvaybAlo8hV8=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-pJSbNgDLq+c3KLVXXZGr7jc7crrbZLcyO//sXJK/bA4=";
    hash = "sha256-KeOoOupIParD8id7xlkBigjr5Lo9yeFkClh4pPQE3cM=";
  };

  pythonRelaxDeps = [