quark-engine: 24.10.1 -> 24.11.1

This commit is contained in:
R. Ryantm 2024-11-14 15:12:29 +00:00
parent a4b80ce726
commit 40d4327752

View File

@ -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 ];