Skip to content

Commit

Permalink
python311Packages.python-roborock: 2.2.0 -> 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed May 11, 2024
1 parent 09208c1 commit fd85d5e
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 fd85d5e

Please sign in to comment.