mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +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,
|
pytest-asyncio,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
|
vacuum-map-parser-roborock,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-roborock";
|
pname = "python-roborock";
|
||||||
version = "2.7.2";
|
version = "2.8.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
|
@ -27,8 +28,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "humbertogontijo";
|
owner = "humbertogontijo";
|
||||||
repo = "python-roborock";
|
repo = "python-roborock";
|
||||||
rev = "refs/tags/v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-sPG3AqVrv+BiB+copgaghWDT/Rb/WU0R+Y8Z2J6l+7E=";
|
hash = "sha256-auKqv9fD8ensL3k5RbaCNzwrCO7Sd210CFUJROSdEjc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -48,6 +49,7 @@ buildPythonPackage rec {
|
||||||
dacite
|
dacite
|
||||||
paho-mqtt
|
paho-mqtt
|
||||||
pycryptodome
|
pycryptodome
|
||||||
|
vacuum-map-parser-roborock
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ pycryptodomex ];
|
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ pycryptodomex ];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue