Loading pkgs/development/python-modules/deebot-client/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage (finalAttrs: { pname = "deebot-client"; version = "17.1.0"; version = "18.0.0"; pyproject = true; disabled = pythonOlder "3.13"; Loading @@ -31,12 +31,12 @@ buildPythonPackage (finalAttrs: { owner = "DeebotUniverse"; repo = "client.py"; tag = finalAttrs.version; hash = "sha256-0gKjps5KqbicYYyN3VTO9diF11zR1UYsTyIwZG34doI="; hash = "sha256-ZKLA8RbYsysY+pAT9K6z2yThWo2YeM6TLqLBMuo+/GQ="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname version src; hash = "sha256-h1iSXoVv9J6u30VCudIhGBuJsWCKUJyXhVaM/5f5NqI="; hash = "sha256-UcgQKv8YhsWdOzKQ7K3HTX/FmopQen7HQ/Jyuj+hePI="; }; nativeBuildInputs = [ Loading Loading
pkgs/development/python-modules/deebot-client/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage (finalAttrs: { pname = "deebot-client"; version = "17.1.0"; version = "18.0.0"; pyproject = true; disabled = pythonOlder "3.13"; Loading @@ -31,12 +31,12 @@ buildPythonPackage (finalAttrs: { owner = "DeebotUniverse"; repo = "client.py"; tag = finalAttrs.version; hash = "sha256-0gKjps5KqbicYYyN3VTO9diF11zR1UYsTyIwZG34doI="; hash = "sha256-ZKLA8RbYsysY+pAT9K6z2yThWo2YeM6TLqLBMuo+/GQ="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname version src; hash = "sha256-h1iSXoVv9J6u30VCudIhGBuJsWCKUJyXhVaM/5f5NqI="; hash = "sha256-UcgQKv8YhsWdOzKQ7K3HTX/FmopQen7HQ/Jyuj+hePI="; }; nativeBuildInputs = [ Loading