python313Packages.deebot-client: 11.1.0b2 -> 12.0.0
Diff: https://github.com/DeebotUniverse/client.py/compare/refs/tags/11.1.0b2...12.0.0 Changelog: https://github.com/DeebotUniverse/client.py/releases/tag/12.0.0
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user