tryton: 7.4.2 -> 7.4.4

This commit is contained in:
R. Ryantm 2025-02-03 03:12:03 +00:00
parent 6319929dc6
commit 01ed3060cf

View File

@ -19,12 +19,12 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "tryton"; pname = "tryton";
version = "7.4.2"; version = "7.4.4";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-488WOXQLZfbjlEE7aTQun9/qGWVvtJ+qJGUPgrOETOY="; hash = "sha256-77gc6H1xY8QCp7ld/OuJhZcwYCvVUpgygoDdJS9RGGA=";
}; };
build-system = [ python3Packages.setuptools ]; build-system = [ python3Packages.setuptools ];