python3Packages.trytond: 6.0.5 -> 6.0.8
This commit is contained in:
parent
94f645ee29
commit
7a8e10b63d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue