tryton: 7.4.7 -> 7.6.1

This commit is contained in:
R. Ryantm 2025-05-18 16:35:29 +00:00
parent 63fa397da6
commit 5525f06bf1

View file

@ -20,12 +20,12 @@
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.4.7";
version = "7.6.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-IAKgOOURMJTYDYhSPAcK4MO/uEsafFMb5WlIhmSe+/o=";
hash = "sha256-IvLLxExQobugFkdByuKIK59jILALj3SniCcQp+OyZ3c=";
};
build-system = [ python3Packages.setuptools ];