python312Packages.python-roborock: 0.41.0 -> 1.0.0

This commit is contained in:
R. Ryantm 2024-04-09 16:17:10 +00:00
parent c81c241415
commit c8d738bbb3
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "0.41.0";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
rev = "refs/tags/v${version}";
hash = "sha256-Kh7u1UWqmfmxY6yWaBaUpe20Xc/DTryoymKgIYg/kiM=";
hash = "sha256-izstUq7ICFNJ9v8+uB7JeMuzmOazP22As5VKDinXemU=";
};
postPatch = ''