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

quark-engine: 24.7.1 -> 24.8.1
This commit is contained in:
Pol Dellaiera
2024-08-11 20:37:04 +02:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "quark-engine";
version = "24.7.1";
version = "24.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "quark-engine";
repo = "quark-engine";
rev = "refs/tags/v${version}";
hash = "sha256-Tk+pp6Bvc+fcrFp78UQCPLA/svMJIJ4FQlJ6D9jkMqg=";
hash = "sha256-oeVjUbw6RKSZLFBuPy1goraiqtwjeuq1hy81ibpcuus=";
};
build-system = with python3.pkgs; [ setuptools ];