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

quark-engine: 24.8.1 -> 24.9.1 (#339777)

parents ddaa9cd5 68d77b59
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.8.1";
  version = "24.9.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "quark-engine";
    repo = "quark-engine";
    rev = "refs/tags/v${version}";
    hash = "sha256-oeVjUbw6RKSZLFBuPy1goraiqtwjeuq1hy81ibpcuus=";
    hash = "sha256-DmiqsYEdCh9hG5aa41UymW8IDkba4fuCrtM10A0X2Gg=";
  };

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