trytond: 7.4.8 -> 7.4.9

This commit is contained in:
R. Ryantm
2025-04-11 12:47:20 +00:00
parent a78a226cec
commit 91e0456b89
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "trytond";
version = "7.4.8";
version = "7.4.9";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-o/VMPW5nh8zci82I80sFnythW7Z7A6DV6Nfl4Cnp2OE=";
hash = "sha256-yH0dIRVBPKOjzk+36HGHN13ffhD4y+ZCC123s33YfMA=";
};
build-system = [ setuptools ];