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

tryton: 7.2.2 -> 7.2.3
This commit is contained in:
Weijia Wang 2024-07-16 10:20:05 +02:00 committed by GitHub
commit 5a855f0659
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.2";
version = "7.2.3";
disabled = !python3Packages.isPy3k;
src = fetchPypi {
inherit pname version;
hash = "sha256-XIPzpVIttTgP34rbA705vFoRZE9dj8Of3BR23DbpQPk=";
hash = "sha256-W5DXOLUr4c9w9Zcp9i5esNjSSIMewe+NJGh+h3PiD30=";
};
nativeBuildInputs = [