tryton: 7.4.2 -> 7.4.4 (#379015)

This commit is contained in:
misuzu
2025-02-05 21:21:42 +02:00
committed by GitHub
+2 -2
View File
@@ -19,12 +19,12 @@
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.4.2";
version = "7.4.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-488WOXQLZfbjlEE7aTQun9/qGWVvtJ+qJGUPgrOETOY=";
hash = "sha256-77gc6H1xY8QCp7ld/OuJhZcwYCvVUpgygoDdJS9RGGA=";
};
build-system = [ python3Packages.setuptools ];