exegol: 4.3.10 -> 4.3.11

This commit is contained in:
R. Ryantm
2025-04-17 18:14:16 +00:00
parent d5b441b83f
commit 2867b2aec7
+2 -2
View File
@@ -6,12 +6,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "exegol";
version = "4.3.10";
version = "4.3.11";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-BtOW7EBbFil7yyhL6uayTUUkDldI8+xxolfQZtX+00c=";
hash = "sha256-+LnZSFRW7EvG+cPwMStgO6qD4AjOGkLzCarXBrW3Aak=";
};
build-system = with python3Packages; [ pdm-backend ];