Merge pull request #154097 from r-ryantm/auto-update/trytond

python38Packages.trytond: 6.2.2 -> 6.2.3
This commit is contained in:
Ryan Mulligan 2022-01-25 20:37:04 -08:00 committed by GitHub
commit a63f4e93fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,14 +24,14 @@
buildPythonApplication rec {
pname = "trytond";
version = "6.2.2";
version = "6.2.3";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "9494016dd8b4da5a06dccdd1afbd918248d42da9f2c19b1eb8958052c747e193";
sha256 = "9be5d27aff9ae9b0ab73a8805145b2cc89900b9b513e6d5bfce89e9b7167f8f4";
};
# Tells the tests which database to use