python3Packages.sphinx-prompt: fix version in metadata

This commit is contained in:
Adam C. Stephens
2025-10-07 21:41:54 -04:00
parent 762b3798ca
commit 915902b8d5
@@ -28,6 +28,10 @@ buildPythonPackage rec {
hash = "sha256-JKCTn2YkdyGLvchMT9C61PxjYxuQFzt3SjCE9JvgtVc=";
};
postPatch = ''
substituteInPlace pyproject.toml --replace-fail 'version = "0.0.0"' 'version = "${version}"'
'';
build-system = [
poetry-core
poetry-dynamic-versioning