tryton: 7.2.6 -> 7.4.0

This commit is contained in:
R. Ryantm 2024-11-14 14:01:41 +00:00
parent a4b80ce726
commit d69fe73639

View File

@ -19,12 +19,12 @@
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.2.6";
version = "7.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-dyJ+PsMUinJWYZjcwUuDLHQyB+m5AdfCR+gXfUrvjDc=";
hash = "sha256-FEPgJakSEqX4aUl9yHtRSTDPsFcD/mBNYoZIGDXXRIQ=";
};
build-system = [ python3Packages.setuptools ];