diff --git a/pkgs/development/python-modules/deebot-client/default.nix b/pkgs/development/python-modules/deebot-client/default.nix index f3c63d63c540..b74fa14632b8 100644 --- a/pkgs/development/python-modules/deebot-client/default.nix +++ b/pkgs/development/python-modules/deebot-client/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "deebot-client"; - version = "11.1.0b2"; + version = "12.0.0"; pyproject = true; disabled = pythonOlder "3.12"; @@ -32,12 +32,12 @@ buildPythonPackage rec { owner = "DeebotUniverse"; repo = "client.py"; tag = version; - hash = "sha256-nvuIjVf7r2CcuHWyIox1P8nuBB4DReV6jrwr4SLJhHA="; + hash = "sha256-/lGLrFlKKneauC15eFQYQxxHY7Py5s626yrThkqNAps="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit pname version src; - hash = "sha256-KmY8fWvfEkCx+Q3OOgqI/5+PCr3ZNYAHweabwIBd+DA="; + hash = "sha256-ECueacYZjfe8PLdhCA7qrhK7qewEsujEddmFpPOvuFw="; }; pythonRelaxDeps = [