Merge pull request #287325 from r-ryantm/auto-update/quark-engine

quark-engine: 23.12.1 -> 24.2.1
This commit is contained in:
maxine
2024-02-09 22:06:06 +01:00
committed by GitHub
+7 -3
View File
@@ -6,16 +6,20 @@
python3.pkgs.buildPythonApplication rec {
pname = "quark-engine";
version = "23.12.1";
format = "setuptools";
version = "24.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-NeJGkqGpg2uOsz10gEYz/nzh21DhXSU4RgQtI1brASQ=";
sha256 = "sha256-77yfysmFEneVOiejoCooi1buqEM/Ljv5xqjKv17DFWE=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
androguard
click