Merge pull request #301473 from r-ryantm/auto-update/tryton

tryton: 7.0.7 -> 7.0.8

authored by Weijia Wang and committed by GitHub 4579aaae ff5d4122

+2 -2
+2 -2
pkgs/applications/office/tryton/default.nix
··· 21 21 22 22 python3Packages.buildPythonApplication rec { 23 23 pname = "tryton"; 24 - version = "7.0.7"; 24 + version = "7.0.8"; 25 25 26 26 disabled = !python3Packages.isPy3k; 27 27 28 28 src = fetchPypi { 29 29 inherit pname version; 30 - sha256 = "sha256-NODeDEgmf/nSKrM+RxAUsUwsbVQT7OSDrTOGVBwOzpw="; 30 + sha256 = "sha256-e3WNDB6P7kapAfzlvbJ1/6LcyH7Fl6GKCK/hri460pQ="; 31 31 }; 32 32 33 33 nativeBuildInputs = [