python3Packages.trytond: 6.2.3 -> 6.2.6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user