Unverified Commit 07d94ba4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #291618 from r-ryantm/auto-update/python312Packages.python-roborock

python312Packages.python-roborock: 0.39.1 -> 0.39.2
parents 0438208c abdd5504
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "python-roborock";
  version = "0.39.1";
  version = "0.39.2";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "humbertogontijo";
    repo = "python-roborock";
    rev = "refs/tags/v${version}";
    hash = "sha256-iFLzrjbCwBuV9RQSHoP5LOG0PIPjiTMCpvk3wqGtMgk=";
    hash = "sha256-hgd6/3GO1r6Xmgcq3iWVxWzi3VIN8MvV27CxF6tWwgU=";
  };

  postPatch = ''