python3Packages.trytond: 7.6.5 -> 7.6.7

This commit is contained in:
R. Ryantm
2025-09-21 22:19:57 +00:00
parent 979665e7ed
commit cf83e20ba9
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "trytond";
version = "7.6.5";
version = "7.6.7";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1HMFHBRuVJG5oonfxQzsgonJGG5ZmOXoLDkRlryTSXM=";
hash = "sha256-S0Y+BylUR9BwOWZP524oCBskGRNHpQNDfwQqjDniGc4=";
};
build-system = [ setuptools ];