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

quark-engine: 24.12.1 -> 25.1.1 (#372291)

parents 6f0f2155 fe7da465
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "quark-engine";
  version = "24.12.1";
  version = "25.1.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "quark-engine";
    repo = "quark-engine";
    tag = "v${version}";
    hash = "sha256-aOhqUuTT13xhcXXnY/P8NnF1PAqFn/2+wMizSA1Jb6o=";
    hash = "sha256-+Qp0u4mayzBh55yXG2RspRRiW2cQtMA2vrqP7Zvnbl4=";
  };

  build-system = with python3.pkgs; [ setuptools ];