python3Packages.trytond: 7.6.3 -> 7.6.5 (#423379)

This commit is contained in:
Wolfgang Walther
2025-08-14 13:09:49 +00:00
committed by GitHub
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "trytond";
version = "7.6.3";
version = "7.6.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-i/EI9XGtQhdWPfyVIsiFX01b+nv2VmTOuevVKUu43nI=";
hash = "sha256-1HMFHBRuVJG5oonfxQzsgonJGG5ZmOXoLDkRlryTSXM=";
};
build-system = [ setuptools ];