python37Packages.trytond: 5.6.5 -> 5.6.7
This commit is contained in:
parent
cc97eda387
commit
4d7af8c638
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user