python311Packages.trytond: 7.0.8 -> 7.0.9

This commit is contained in:
R. Ryantm 2024-04-07 10:51:07 +00:00
parent f6eb921406
commit 5cd16ae016
1 changed files with 2 additions and 2 deletions

View File

@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "trytond";
version = "7.0.8";
version = "7.0.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZpK3+DZi2U4TK7dHwIJnw5u/lFrvtBD+MhRLkdO8DLI=";
hash = "sha256-DlPuIaGTpJu4FyLOTNAy2CAEJHoe7+8e34wacz8C7d8=";
};
propagatedBuildInputs = [