python37Packages.trytond: 5.6.8 -> 5.8.0

This commit is contained in:
R. RyanTM 2020-11-10 11:07:20 +00:00 committed by Jonathan Ringer
parent 61b839d9d6
commit 660ae96644

View file

@ -25,12 +25,12 @@ with stdenv.lib;
buildPythonApplication rec { buildPythonApplication rec {
pname = "trytond"; pname = "trytond";
version = "5.6.8"; version = "5.8.0";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "330067d7319a50b9fb15e89d224e89ab28bc363926774adf7fa119f681b106b6"; sha256 = "ae9baf7a83a3249686703eee71e81a0283570f545ce985a999fd74b6ab3d4e4f";
}; };
# Tells the tests which database to use # Tells the tests which database to use