tryton: 7.4.0 -> 7.4.2

This commit is contained in:
R. Ryantm
2024-12-18 21:03:11 +01:00
committed by Weijia Wang
parent be365b4e48
commit 08d5b9a2cc
+2 -2
View File
@@ -19,12 +19,12 @@
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.4.0";
version = "7.4.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-FEPgJakSEqX4aUl9yHtRSTDPsFcD/mBNYoZIGDXXRIQ=";
hash = "sha256-488WOXQLZfbjlEE7aTQun9/qGWVvtJ+qJGUPgrOETOY=";
};
build-system = [ python3Packages.setuptools ];