python3Packages.trytond: 6.2.3 -> 6.2.6

This commit is contained in:
Martin Weinelt
2022-03-14 00:29:03 +01:00
parent 1295bdd6d4
commit 90edc9b417
@@ -24,14 +24,14 @@
buildPythonApplication rec {
pname = "trytond";
version = "6.2.3";
version = "6.2.6";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "9be5d27aff9ae9b0ab73a8805145b2cc89900b9b513e6d5bfce89e9b7167f8f4";
sha256 = "sha256-Sof6A9lxU70YnCbboJr56CAdTL0cRbaRNxdvG5Tnqnw=";
};
# Tells the tests which database to use