tryton: 7.2.1 -> 7.2.2

This commit is contained in:
R. Ryantm 2024-06-17 16:44:24 +00:00
parent bd8d034e65
commit ae8f685ec9

View File

@ -21,13 +21,13 @@ with lib;
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.2.1";
version = "7.2.2";
disabled = !python3Packages.isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-CK3XkHX16Ec/j1DhC29uoj/YqcLXs/KsIb7v/cfoiaM=";
sha256 = "sha256-XIPzpVIttTgP34rbA705vFoRZE9dj8Of3BR23DbpQPk=";
};
nativeBuildInputs = [