exegol: 4.3.8 -> 4.3.9

This commit is contained in:
R. Ryantm
2024-12-21 20:44:50 +00:00
parent 5330b2a6c5
commit 4c38c23dd8
+2 -2
View File
@@ -6,7 +6,7 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "exegol";
version = "4.3.8";
version = "4.3.9";
format = "setuptools";
# Project has no unit tests
@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-x2kIQOwbokJ0/uOafWZp0X67FmuEjF0WvI4D4jCLWnk=";
hash = "sha256-CoPQMEk8eagYU/TfaPAM6ItfSCZbrvzUww8H9ND8VUk=";
};
meta = with lib; {