python3Packages.trytond: 6.0.5 -> 6.0.8

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:17 +02:00
parent 94f645ee29
commit 7a8e10b63d

View file

@ -23,12 +23,12 @@
buildPythonApplication rec {
pname = "trytond";
version = "6.0.5";
version = "6.0.8";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "3ccb98dbf905d99991ed0151e13c91cd9267e4aa104fa40097df4e02580dadfc";
sha256 = "686d498f9648875f48edc9fc2e97cd465ed4ea9270c4984b6f2db20a2eac4942";
};
# Tells the tests which database to use