python314Packages.python-roborock: 4.2.1 -> 4.8.0
Diff: https://github.com/Python-roborock/python-roborock/compare/v4.2.1...v4.8.0 Changelog: https://github.com/Python-roborock/python-roborock/blob/v4.8.0/CHANGELOG.md
This commit is contained in:
committed by
Robert Schütz
parent
1581895a5c
commit
292bc95bd5
@@ -23,14 +23,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-roborock";
|
||||
version = "4.2.1";
|
||||
version = "4.8.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Python-roborock";
|
||||
repo = "python-roborock";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-DdygXq2AZz/W1NoM0wjqJ+ftrvM+D1PnQc+nzpWicxE=";
|
||||
hash = "sha256-eOvadiJ0zLwCJDK22qb/ZPsNi+d6lI5+lzn05EHWB7I=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "pycryptodome" ];
|
||||
|
||||
Reference in New Issue
Block a user