Unverified Commit b670a8a6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.python-roborock: 2.6.0 -> 2.6.1 (#349912)

parents 1a1ff3ec 7a604034
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "python-roborock";
  version = "2.6.0";
  version = "2.6.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "humbertogontijo";
    repo = "python-roborock";
    rev = "refs/tags/v${version}";
    hash = "sha256-Mszy1p7TOEynCePCEiLhwdWiKXfFnlo3/a3vc9TxGeY=";
    hash = "sha256-0gzbPa19UIt8Vs0Vnqs9j0tFJAkRTupU7DxT+7rwouI=";
  };

  postPatch = ''