Unverified Commit 915902b8 authored by Adam C. Stephens's avatar Adam C. Stephens
Browse files

python3Packages.sphinx-prompt: fix version in metadata

parent 762b3798
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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