update packages

This commit is contained in:
mjallen18
2025-12-19 14:49:44 -06:00
parent e8fcf96253
commit 66fe87dd23
14 changed files with 63 additions and 48 deletions

View File

@@ -8,7 +8,7 @@
python3Packages.buildPythonPackage rec {
pname = "python-roborock";
version = "3.12.2";
version = "3.19.0";
pyproject = true;
disabled = python3Packages.pythonOlder "3.11";
@@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
tag = "v${version}";
hash = "sha256-KpuEveA13e2QUgLF/r2iIpohZ2379qWoPxDS6WcKxpI=";
hash = "sha256-nCewSP0ZgQvjZ4Ie4/kTzxxmJ5Zsm5i3EuW4ZiDBPMg=";
};
pythonRelaxDeps = [ "pycryptodome" ];