python310Packages.trytond: 6.6.5 -> 6.6.7

This commit is contained in:
R. Ryantm 2023-04-17 20:37:59 +00:00
parent 0a4206a51b
commit 8037aa171d

View file

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