python3Packages.python-roborock: 2.18.2 -> 2.19.0

This commit is contained in:
R. Ryantm
2025-05-16 17:34:25 +00:00
parent c5c594d575
commit 7a59ad1034
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "2.18.2";
version = "2.19.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-7xcw1jNCDapHjH1YVB5NW7jxMyb8Raf8HuTnWf2vdFo=";
hash = "sha256-d0rjMo9/ZsqygxdNf78t3Ct2VJjvYQrCrYkIeG6Zkkc=";
};
postPatch = ''