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

Merge pull request #232511 from fabaff/python-roborock-bump

python311Packages.python-roborock: 0.18.3 -> 0.18.5
parents f7115693 6eb2e9f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "python-roborock";
  version = "0.18.3";
  version = "0.18.5";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "humbertogontijo";
    repo = "python-roborock";
    rev = "refs/tags/v${version}";
    hash = "sha256-a1X7aRWURteIBVwl+pgHcaeWXAWv+zicz154fJgWVy4=";
    hash = "sha256-UyRPaMI1Ur4a4JtBuEoRlEz8E8NB+jGWsPVIk0z9jeg=";
  };

  nativeBuildInputs = [