Unverified Commit 7936243c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.deebot-client: 12.3.1 -> 12.4.0 (#393826)

parents 7bd220d4 2f4ce8be
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "deebot-client";
  version = "12.3.1";
  version = "12.4.0";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -29,12 +29,12 @@ buildPythonPackage rec {
    owner = "DeebotUniverse";
    repo = "client.py";
    tag = version;
    hash = "sha256-2ZdWe9fVmQq7YGKzBut6hec3OeR9iXDkoDmYFYHX90A=";
    hash = "sha256-b/V0Ag4Sclebieh4qKjLzWxIk8gkWBZzwBs1ttFHMC4=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-PrHm85Tzfd3jS5ofKKpECkWhL44yKBc8Hvrh0zbl7lw=";
    hash = "sha256-7CXBIY0K0wq2gR5YVF/5zc+gAO+bz+eob5Qr3OVbs34=";
  };

  pythonRelaxDeps = [