Unverified Commit 983f0d2a authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.python-roborock: 4.2.0 -> 4.2.1 (#477711)

parents c3483a35 61a70a8a
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -6,21 +6,18 @@
  hatchling,
  paho-mqtt,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {
  pname = "aiomqtt";
  version = "2.4.0";
  version = "2.5.0";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "sbtinstruments";
    repo = "aiomqtt";
    tag = "v${version}";
    hash = "sha256-b7kCLpJzZGx8YpC0M4O4fqFh3xP73CXFWbKaggD6bOI=";
    hash = "sha256-S18jHHM1r077du/EO3WvCwLaYF70tIGdHatFxuTPhBs=";
  };

  build-system = [ hatchling ];
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "python-roborock";
  version = "4.2.0";
  version = "4.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Python-roborock";
    repo = "python-roborock";
    tag = "v${version}";
    hash = "sha256-2XY07JJ4t8jOqthBi41hrC0tEIgWKF7OmMcxlPoX8bw=";
    hash = "sha256-DdygXq2AZz/W1NoM0wjqJ+ftrvM+D1PnQc+nzpWicxE=";
  };

  pythonRelaxDeps = [ "pycryptodome" ];