Unverified Commit 032b7264 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.python-roborock: 2.36.0 -> 2.39.0 (#437416)

parents 49761cda d5fb0707
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.36.0";
  version = "2.39.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    owner = "humbertogontijo";
    repo = "python-roborock";
    tag = "v${version}";
    hash = "sha256-bcrzpMF8ftEAAdJQoARJsQeX7pc4PNx1/gvESXGCpZY=";
    hash = "sha256-V0zuUlJ0wPpxOKtY7ydbJ7mhWT5xGSLv19csmpWCO1Q=";
  };

  postPatch = ''