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

python3Packages.python-roborock: 2.25.0 -> 2.29.1 (#432319)

parents c4b29de3 59a581db
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.25.0";
  version = "2.29.1";
  pyproject = true;

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

  postPatch = ''