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

quark-engine: 25.5.1 -> 25.6.1 (#415069)

parents 41a20e0f 35cbcbb8
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 = "25.5.1";
  version = "25.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "quark-engine";
    repo = "quark-engine";
    tag = "v${version}";
    hash = "sha256-gu9W8+LyJHEqvn7Mrvjn7XjDjObAh8zRchNbTNWkT1M=";
    hash = "sha256-DAD37fzswY3c0d+ubOCYImxs4qyD4fhC3m2l0iD977A=";
  };

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