trytond: 6.6.7 -> 6.8.1

This commit is contained in:
R. Ryantm 2023-05-21 09:15:35 +00:00
parent 2dee1073d9
commit 041329716f

View file

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