Skip to content

Commit

Permalink
Merge pull request #310921 from fabaff/python-roborock-bump
Browse files Browse the repository at this point in the history
python311Packages.python-roborock: 2.2.0 -> 2.2.1
  • Loading branch information
fabaff committed May 12, 2024
2 parents 17838a4 + fd85d5e commit 56f8236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-roborock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "python-roborock";
version = "2.2.0";
version = "2.2.1";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
rev = "refs/tags/v${version}";
hash = "sha256-/j7aJ34W7KP+O5ugl+xrA/X42SIjc+zfiBeSd1/4YZI=";
hash = "sha256-qyaERNaisfDWXW1IeyFMOV6nLqT+0O9QJ4U02LOyiuE=";
};

postPatch = ''
Expand Down

0 comments on commit 56f8236

Please sign in to comment.