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

quark-engine: 25.2.1 -> 25.3.1 (#390023)

parents d4db628c d3501a35
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

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

  src = fetchFromGitHub {
    owner = "quark-engine";
    repo = "quark-engine";
    tag = "v${version}";
    hash = "sha256-avQT6m6DjVham+IMkY2Gcjnb1K1L5PuOxvkqAeLNNhQ=";
    hash = "sha256-k4jWmLoTT92ikyiVXv7iXyNoVfyGGo12ekmfthO9M3U=";
  };

  build-system = with python3.pkgs; [ setuptools ];
@@ -48,7 +48,7 @@ python3.pkgs.buildPythonApplication rec {
  meta = with lib; {
    description = "Android malware (analysis and scoring) system";
    homepage = "https://quark-engine.readthedocs.io/";
    changelog = "https://github.com/quark-engine/quark-engine/releases/tag/v${version}";
    changelog = "https://github.com/quark-engine/quark-engine/releases/tag/${src.tag}";
    license = with licenses; [ gpl3Only ];
    maintainers = with maintainers; [ fab ];
  };