python3Packages.trytond: 7.6.5 -> 7.6.7 (#441916)

authored by Wolfgang Walther and committed by GitHub dfe1a8cc ea401b79

+2 -2
+2 -2
pkgs/development/python-modules/trytond/default.nix
··· 30 30 31 31 buildPythonPackage rec { 32 32 pname = "trytond"; 33 - version = "7.6.5"; 33 + version = "7.6.7"; 34 34 pyproject = true; 35 35 36 36 disabled = pythonOlder "3.7"; 37 37 38 38 src = fetchPypi { 39 39 inherit pname version; 40 - hash = "sha256-1HMFHBRuVJG5oonfxQzsgonJGG5ZmOXoLDkRlryTSXM="; 40 + hash = "sha256-S0Y+BylUR9BwOWZP524oCBskGRNHpQNDfwQqjDniGc4="; 41 41 }; 42 42 43 43 build-system = [ setuptools ];