Commit 40d43277 authored by R. RyanTM's avatar R. RyanTM
Browse files

quark-engine: 24.10.1 -> 24.11.1

parent a4b80ce7
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.10.1";
  version = "24.11.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "quark-engine";
    repo = "quark-engine";
    rev = "refs/tags/v${version}";
    hash = "sha256-IfUXn1HqlEJ/5uuQxMr4qExle7tZfa8FBfDWKNZ/JRw=";
    hash = "sha256-Nv4k/AN906ue13tlif+JsHLSWxdoI4maJ3EUGOZkDNI=";
  };

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