Merge pull request #303558 from fabaff/python-roborock-bump

python312Packages.python-roborock: 1.0.0 -> 2.0.0
This commit is contained in:
Fabian Affolter 2024-04-12 12:23:01 +02:00 committed by GitHub
commit 3915098ccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "1.0.0";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -29,12 +29,12 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
rev = "refs/tags/v${version}";
hash = "sha256-izstUq7ICFNJ9v8+uB7JeMuzmOazP22As5VKDinXemU=";
hash = "sha256-vtT6hsyiP1FxWo5PezcjJACknCT9JEhqSQ6C4FpU+Jg=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace "poetry-core==1.8.0" "poetry-core"
--replace-fail "poetry-core==1.8.0" "poetry-core"
'';
pythonRelaxDeps = [ "pycryptodome" ];