python312Packages.python-roborock: 2.11.2 -> 2.12.0 (#385780)

This commit is contained in:
Nick Cao
2025-02-28 17:58:35 -05:00
committed by GitHub
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "2.11.2";
version = "2.12.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-lSVq2x4SG4MnXaJHU+6RxVnqH2H6XKcEZRNGRfsmglY=";
hash = "sha256-hJzmAvIKb1rLwGo5uYiRWYspH4d3uTdoF7k+emlCAec=";
};
postPatch = ''