Merge pull request #333601 from r-ryantm/auto-update/tryton

tryton: 7.2.3 -> 7.2.4
This commit is contained in:
Pol Dellaiera 2024-08-11 20:37:26 +02:00 committed by GitHub
commit 595f7405f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@ with lib;
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.2.3";
version = "7.2.4";
disabled = !python3Packages.isPy3k;
src = fetchPypi {
inherit pname version;
hash = "sha256-W5DXOLUr4c9w9Zcp9i5esNjSSIMewe+NJGh+h3PiD30=";
hash = "sha256-LYebXgAvIG3pUF7GpRjeQvP6S83yPjPO/lZg9r0X+Kc=";
};
nativeBuildInputs = [