mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python312Packages.python-roborock: 2.8.3 -> 2.8.3
https://github.com/humbertogontijo/python-roborock/blob/v2.8.3/CHANGELOG.md
This commit is contained in:
parent
a9d90bdaad
commit
84536d36a0
1 changed files with 5 additions and 3 deletions
|
@ -15,11 +15,12 @@
|
|||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
vacuum-map-parser-roborock,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-roborock";
|
||||
version = "2.7.2";
|
||||
version = "2.8.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
@ -27,8 +28,8 @@ buildPythonPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "humbertogontijo";
|
||||
repo = "python-roborock";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-sPG3AqVrv+BiB+copgaghWDT/Rb/WU0R+Y8Z2J6l+7E=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-auKqv9fD8ensL3k5RbaCNzwrCO7Sd210CFUJROSdEjc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -48,6 +49,7 @@ buildPythonPackage rec {
|
|||
dacite
|
||||
paho-mqtt
|
||||
pycryptodome
|
||||
vacuum-map-parser-roborock
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ pycryptodomex ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue