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

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