python37Packages.trytond: 5.6.5 -> 5.6.7

This commit is contained in:
R. RyanTM 2020-10-16 02:26:53 +00:00 committed by Jon
parent cc97eda387
commit 4d7af8c638

View File

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