tryton: 7.0.7 -> 7.0.8

This commit is contained in:
R. Ryantm 2024-04-04 08:00:25 +00:00
parent e52ada4e6b
commit 40256d1dd4
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ with lib;
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.0.7";
version = "7.0.8";
disabled = !python3Packages.isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-NODeDEgmf/nSKrM+RxAUsUwsbVQT7OSDrTOGVBwOzpw=";
sha256 = "sha256-e3WNDB6P7kapAfzlvbJ1/6LcyH7Fl6GKCK/hri460pQ=";
};
nativeBuildInputs = [