python310Packages.trytond: 6.8.1 -> 6.8.2

This commit is contained in:
R. Ryantm 2023-06-23 03:54:31 +00:00
parent 3cb61223df
commit ed0455a96c

View File

@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "trytond";
version = "6.8.1";
version = "6.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+G3ELH0KnBGA1YJk67ID7VedmCN0vrhGBN+WA8aEcNg=";
hash = "sha256-iz5XGEhIDnrIjnm0rBpUiGfgv4PWUCSQb+noPQqUsjc=";
};
propagatedBuildInputs = [