Merge pull request #301473 from r-ryantm/auto-update/tryton

tryton: 7.0.7 -> 7.0.8
This commit is contained in:
Weijia Wang 2024-04-09 22:27:50 +02:00 committed by GitHub
commit 4579aaae34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ with lib;
python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.0.7";
version = "7.0.8";
disabled = !python3Packages.isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-NODeDEgmf/nSKrM+RxAUsUwsbVQT7OSDrTOGVBwOzpw=";
sha256 = "sha256-e3WNDB6P7kapAfzlvbJ1/6LcyH7Fl6GKCK/hri460pQ=";
};
nativeBuildInputs = [