forked from mirrors/nixpkgs
python311Packages.python-roborock: 0.21.0 -> 0.21.1
Diff: https://github.com/humbertogontijo/python-roborock/compare/refs/tags/v0.21.0...v0.21.1 Changelog: https://github.com/humbertogontijo/python-roborock/blob/v0.21.1/CHANGELOG.md
This commit is contained in:
parent
5836559f2a
commit
d26057e90b
|
@ -18,7 +18,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-roborock";
|
||||
version = "0.21.0";
|
||||
version = "0.21.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||
owner = "humbertogontijo";
|
||||
repo = "python-roborock";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-H65vINDjv9TZQePhyc3x9COX56qKnqRIzA06txEPizk=";
|
||||
hash = "sha256-Qt+o6ugBk+RJN/v34vQv46CsB6l+3z65csBVPl0M/gw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue