lol

python3Packages.python-roborock: 0.33.2 -> 0.34.0

https://github.com/humbertogontijo/python-roborock/releases/tag/v0.34.0

+7 -2
+7 -2
pkgs/development/python-modules/python-roborock/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "python-roborock"; 23 - version = "0.33.2"; 23 + version = "0.34.0"; 24 24 format = "pyproject"; 25 25 26 26 disabled = pythonOlder "3.10"; ··· 29 29 owner = "humbertogontijo"; 30 30 repo = "python-roborock"; 31 31 rev = "refs/tags/v${version}"; 32 - hash = "sha256-UAQlKfh6oljeWtEGYx7JiT1z9yFCAXRSlI4Ot6JUnoQ="; 32 + hash = "sha256-WLnMc2UQyjHaHRms6SEdF/TSum3Cf5NC3SGXHtGj6d0="; 33 33 }; 34 + 35 + postPatch = '' 36 + substituteInPlace pyproject.toml \ 37 + --replace "poetry-core==1.6.1" "poetry-core" 38 + ''; 34 39 35 40 pythonRelaxDeps = [ 36 41 "pycryptodome"