aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/office/tryton
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-01-30 17:29:23 +0000
committerJon <jonringer@users.noreply.github.com>2020-01-30 22:27:45 -0800
commitf64307a00dfa4e5b8e54733aff28468efd77875c (patch)
treedb66045a2fc2b20528d0c9f9b4915893a6da8b07 /pkgs/applications/office/tryton
parent0750561e00fb3222091d7d16997e622c5fb5745e (diff)
tryton: 5.4.1 -> 5.4.2
Diffstat (limited to 'pkgs/applications/office/tryton')
-rw-r--r--pkgs/applications/office/tryton/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/tryton/default.nix b/pkgs/applications/office/tryton/default.nix
index 4867fec514b1..b9f1465af179 100644
--- a/pkgs/applications/office/tryton/default.nix
+++ b/pkgs/applications/office/tryton/default.nix
@@ -20,13 +20,13 @@ with stdenv.lib;
python3Packages.buildPythonApplication rec {
pname = "tryton";
- version = "5.4.1";
+ version = "5.4.2";
disabled = !python3Packages.isPy3k;
src = python3Packages.fetchPypi {
inherit pname version;
- sha256 = "0lk47qv944yc2b1ifhinp07af839r408w83rj8zzy8b43cwkpsxd";
+ sha256 = "1rca19krvmycdhmi1vb4ixwq0cagmrkhbqry4f19b725nlp8cv0q";
};
nativeBuildInputs = [