python3Packages.trytond: 7.6.3 -> 7.6.5

This commit is contained in:
R. Ryantm
2025-08-03 04:44:39 +00:00
parent 54b5c7b431
commit 55bfb8c763
@@ -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 ];