exegol: 5.1.1 -> 5.1.2

This commit is contained in:
R. Ryantm
2025-09-16 05:43:27 +00:00
parent c90d266b5d
commit 9b68982924
+2 -2
View File
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "exegol";
version = "5.1.1";
version = "5.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ThePorgs";
repo = "Exegol";
tag = version;
hash = "sha256-q84uWxVooQ+tFA2NhQ5N30h8LPhT+fJfxVmcpMzOQVk=";
hash = "sha256-eoOCVYKHWPsaSxdOF3FTg6dS5JdTSlfNTM6Hrf6KTlc=";
};
build-system = with python3Packages; [ pdm-backend ];