tryton: 7.0.8 -> 7.2.1

This commit is contained in:
R. Ryantm
2024-05-03 03:56:23 +00:00
parent d32ecd778d
commit 2cdf4292f3
+2 -2
View File
@@ -21,13 +21,13 @@ with lib;
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.0.8";
version = "7.2.1";
disabled = !python3Packages.isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-e3WNDB6P7kapAfzlvbJ1/6LcyH7Fl6GKCK/hri460pQ=";
sha256 = "sha256-CK3XkHX16Ec/j1DhC29uoj/YqcLXs/KsIb7v/cfoiaM=";
};
nativeBuildInputs = [