tryton: 4.8.4 -> 4.8.5

This commit is contained in:
Udo Spallek 2018-08-22 20:29:46 +02:00
parent fd6f780595
commit e8b55c1b5c

View file

@ -14,10 +14,10 @@ with stdenv.lib;
python2Packages.buildPythonApplication rec {
pname = "tryton";
version = "4.8.4";
version = "4.8.5";
src = python2Packages.fetchPypi {
inherit pname version;
sha256 = "6cf3091424853e1270d61f3a9b15ad8e6b36a44c28becf216c324ca8dc1474b0";
sha256 = "43759d22b061a7a392a534d19a045fafd442ce98a0e390ee830127367dcaf4b4";
};
nativeBuildInputs = [ pkgconfig gobjectIntrospection ];
propagatedBuildInputs = with python2Packages; [