trytond: 4.8.3 -> 4.8.4

+2 -2
+2 -2
pkgs/applications/office/trytond/default.nix
··· 5 6 python2Packages.buildPythonApplication rec { 7 pname = "trytond"; 8 - version = "4.8.3"; 9 src = python2Packages.fetchPypi { 10 inherit pname version; 11 - sha256 = "11d01dc984d9274229b5c80f883679d130a55e14e9124b051274fce9aea4ef77"; 12 }; 13 14 # Tells the tests which database to use
··· 5 6 python2Packages.buildPythonApplication rec { 7 pname = "trytond"; 8 + version = "4.8.4"; 9 src = python2Packages.fetchPypi { 10 inherit pname version; 11 + sha256 = "1935045b1b4674de602b4279a9cfd0a14431624a28ccb490234cffecb81fbca7"; 12 }; 13 14 # Tells the tests which database to use