python37Packages.trytond: 5.6.5 -> 5.6.7

gstqt5
R. RyanTM 2020-10-16 02:26:53 +00:00 committed by Jon
parent cc97eda387
commit 4d7af8c638
1 changed files with 2 additions and 2 deletions

View File

@ -25,12 +25,12 @@ with stdenv.lib;
buildPythonApplication rec {
pname = "trytond";
version = "5.6.5";
version = "5.6.7";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "a373d73b141d71f8e30d728dd8380955bc0f33daaa097201fa9a952e3663e6d8";
sha256 = "aca005639931835f4f0eaa92ae48ffebb94551af91649a96018694ea448ca0ae";
};
# Tells the tests which database to use