1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Fabian Affolter 2023-09-20 22:54:23 +02:00
parent 6c90539618
commit b2547c9dc9

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-roborock";
version = "0.34.0";
version = "0.34.1";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "humbertogontijo";
repo = "python-roborock";
rev = "refs/tags/v${version}";
hash = "sha256-WLnMc2UQyjHaHRms6SEdF/TSum3Cf5NC3SGXHtGj6d0=";
hash = "sha256-CwZ10hSAWRU2mn5J4fH0BNzOjp09acWH8+KhcPQZuZA=";
};
postPatch = ''