Skip to content

Commit

Permalink
python313Packages.python-roborock: 2.8.5 -> 2.9.0 (NixOS#372592)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 10, 2025
2 parents d624c58 + 85b68bc commit ef0e7d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/python-roborock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
stdenv,
aiohttp,
aioresponses,
async-timeout,
buildPythonPackage,
click,
Expand All @@ -20,7 +21,7 @@

buildPythonPackage rec {
pname = "python-roborock";
version = "2.8.5";
version = "2.9.0";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -29,7 +30,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-3wUf2J7TncxUdqN3SgAdHwMLbkNXj9Pwf7Zk3OmAThY=";
hash = "sha256-xPbq31mp1XM1WtmrknF9ZXyolxXu+iCMCqJccxC+Qd0=";
};

postPatch = ''
Expand All @@ -53,6 +54,7 @@ buildPythonPackage rec {
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ pycryptodomex ];

nativeCheckInputs = [
aioresponses
pytest-asyncio
pytestCheckHook
];
Expand Down

0 comments on commit ef0e7d8

Please sign in to comment.