python312Packages.python-roborock: 0.39.2 -> 0.40.0

This commit is contained in:
R. Ryantm 2024-03-04 01:14:03 +00:00 committed by Martin Weinelt
parent 18f1112964
commit c6bd5dda81
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "0.39.2";
version = "0.40.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-hgd6/3GO1r6Xmgcq3iWVxWzi3VIN8MvV27CxF6tWwgU=";
hash = "sha256-H4xwgulNLs3R1Q5GhvQffpAZ1CWXZUJAja8BskW+YJk=";
};
postPatch = ''