Unverified Commit da5d2b23 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #218338 from r-ryantm/auto-update/quark-engine

quark-engine: 22.12.1 -> 23.2.1
parents a84db319 27854c0c
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "quark-engine";
  version = "22.12.1";
  version = "23.2.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/v${version}";
    sha256 = "sha256-PdLnR01BDfb3+WsOvOZTsDHWXRNK0pLTxCXOuWik0L0=";
    sha256 = "sha256-9WrOyBOoSif1P67Z19HW56RvsojoubeT58P0rM18XSk=";
  };

  propagatedBuildInputs = with python3.pkgs; [
@@ -30,11 +30,6 @@ python3.pkgs.buildPythonApplication rec {
    tqdm
  ];

  postPatch = ''
    substituteInPlace setup.py \
      --replace "prompt-toolkit==3.0.19" "prompt-toolkit>=3.0.19"
  '';

  # Project has no tests
  doCheck = false;