python313Packages.deebot-client: 13.5.0 -> 13.6.0 (#431695)

authored by Fabian Affolter and committed by GitHub ed93f1c9 f8e29a87

+3 -3
+3 -3
pkgs/development/python-modules/deebot-client/default.nix
··· 20 21 buildPythonPackage rec { 22 pname = "deebot-client"; 23 - version = "13.5.0"; 24 pyproject = true; 25 26 disabled = pythonOlder "3.13"; ··· 29 owner = "DeebotUniverse"; 30 repo = "client.py"; 31 tag = version; 32 - hash = "sha256-sQCUxctFTa3olNxXdSbFh/xo5ISOAivQ6XvvOmLysB4="; 33 }; 34 35 cargoDeps = rustPlatform.fetchCargoVendor { 36 inherit pname version src; 37 - hash = "sha256-Uk9JIrN1w+bwFSG04I3EQGbBV5SArb7G7jcKpVA+ME4="; 38 }; 39 40 pythonRelaxDeps = [
··· 20 21 buildPythonPackage rec { 22 pname = "deebot-client"; 23 + version = "13.6.0"; 24 pyproject = true; 25 26 disabled = pythonOlder "3.13"; ··· 29 owner = "DeebotUniverse"; 30 repo = "client.py"; 31 tag = version; 32 + hash = "sha256-/8IBXPqDHgAa7v5+c1co9cABXXaZJZhZy5N2TzVKG7Q="; 33 }; 34 35 cargoDeps = rustPlatform.fetchCargoVendor { 36 inherit pname version src; 37 + hash = "sha256-pJSbNgDLq+c3KLVXXZGr7jc7crrbZLcyO//sXJK/bA4="; 38 }; 39 40 pythonRelaxDeps = [