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

python313Packages.deebot-client: 12.0.0 -> 12.1.0

parent eb74574d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "deebot-client";
  version = "12.0.0";
  version = "12.1.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -32,12 +32,12 @@ buildPythonPackage rec {
    owner = "DeebotUniverse";
    repo = "client.py";
    tag = version;
    hash = "sha256-/lGLrFlKKneauC15eFQYQxxHY7Py5s626yrThkqNAps=";
    hash = "sha256-K5dsu4n3ClU7CPYkqSrvocQAPzV0tMrlBapueVBstQ0=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-oSvosZsGM0R5DRc43KvCNcqNIh4gbvzqgnrIJjAN+/k=";
    hash = "sha256-mrAPalyxEhJFE1VYNOZRjjdviXqU0JeeGuY3vFZYSNE=";
  };

  pythonRelaxDeps = [