Unverified Commit f0300605 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

python3Packages.python-roborock: 2.29.1 -> 2.35.0 (#432775)

parents 0dd4477d 95ec0a36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

buildPythonPackage rec {
  pname = "python-roborock";
  version = "2.29.1";
  version = "2.35.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    owner = "humbertogontijo";
    repo = "python-roborock";
    tag = "v${version}";
    hash = "sha256-6Y/nqgGZQgmgaMjdAcYEidhr2h913deWtBoWnQz966o=";
    hash = "sha256-4coslBoLZydw8g1fokYH2oGHJn+UFQ/Kzc3T/6bHuiY=";
  };

  postPatch = ''