python3Packages.python-roborock: 2.44.0 -> 2.44.1 (#444131)

This commit is contained in:
Fabian Affolter
2025-09-20 09:24:45 +00:00
committed by GitHub
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "2.44.0";
version = "2.44.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "Python-roborock";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-Vd6ivFF55EXYymf6ulayW/X1yfNojL5N4p+I2CvWJP4=";
hash = "sha256-HXQqaXsbjzJ52yxP7m3Edc5HijwcGhZ6suu7QAcBu4A=";
};
postPatch = ''