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

quark-engine: 24.6.1 -> 24.7.1
This commit is contained in:
Fabian Affolter
2024-07-19 21:51:15 +02:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "quark-engine";
version = "24.6.1";
version = "24.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "quark-engine";
repo = "quark-engine";
rev = "refs/tags/v${version}";
hash = "sha256-DDtDNa/QZ5n5ASN6Fu/nnVEQ/9Vu5HSKXKvbrg6Bsjs=";
hash = "sha256-Tk+pp6Bvc+fcrFp78UQCPLA/svMJIJ4FQlJ6D9jkMqg=";
};
build-system = with python3.pkgs; [ setuptools ];