python311Packages.vacuum-map-parser-roborock: set version

This commit is contained in:
Fabian Affolter
2024-01-13 00:12:54 +01:00
parent f674ea82e9
commit cb36273841
@@ -21,6 +21,12 @@ buildPythonPackage rec {
hash = "sha256-cZNmoqzU73iF965abFeM6qgEVmg6j2kIQHDhj1MYQpE=";
};
postPatch = ''
# Upstream doesn't set a version in the pyproject.toml file
substituteInPlace pyproject.toml \
--replace "0.0.0" "${version}"
'';
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [