about summary refs log tree commit diff
path: root/pkgs/applications/office/trytond
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-08-01 21:29:40 -0400
committerGitHub <noreply@github.com>2018-08-01 21:29:40 -0400
commit7ee610fd6cb4adb125a0304c4f80c8f13f4f63e2 (patch)
treee8c7319c9647d8745008f7cf064a1170073373dc /pkgs/applications/office/trytond
parentacaa6c92fb91bdf0b41471376d31efb39f884f05 (diff)
parent23002dde7edac221c053c7d693be40ea387d2615 (diff)
Merge pull request #43604 from udono/update_tryton_4_8
Minor upstream update Tryton 4 8
Diffstat (limited to 'pkgs/applications/office/trytond')
-rw-r--r--pkgs/applications/office/trytond/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/trytond/default.nix b/pkgs/applications/office/trytond/default.nix
index 59c58a3af13a0..fdacbf7af8e46 100644
--- a/pkgs/applications/office/trytond/default.nix
+++ b/pkgs/applications/office/trytond/default.nix
@@ -5,10 +5,10 @@ with stdenv.lib;
 
 python2Packages.buildPythonApplication rec {
   pname = "trytond";
-  version = "4.8.1";
+  version = "4.8.2";
   src = python2Packages.fetchPypi {
     inherit pname version;
-    sha256 = "8e72a24bdf2fd090c5e12ce5f73a00322e31519608b31db44d7bb76382078db9";
+    sha256 = "ec5c419418517bf9f7d2af08b2bfd3bcc7526f6d6f07d122abf1699c728ae2a9";
   };
 
   # Tells the tests which database to use