tryton: 7.4.4 -> 7.4.7 (#393286)

This commit is contained in:
Wolfgang Walther
2025-04-06 16:37:49 +00:00
committed by GitHub
+2 -2
View File
@@ -20,12 +20,12 @@
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.4.4";
version = "7.4.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-77gc6H1xY8QCp7ld/OuJhZcwYCvVUpgygoDdJS9RGGA=";
hash = "sha256-IAKgOOURMJTYDYhSPAcK4MO/uEsafFMb5WlIhmSe+/o=";
};
build-system = [ python3Packages.setuptools ];