python311Packages.trytond: 7.0.7 -> 7.0.8 (#286220)

This commit is contained in:
R. RyanTM 2024-03-06 14:50:56 -08:00 committed by GitHub
parent d83c961db0
commit 8d2ce944f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "trytond";
version = "7.0.7";
version = "7.0.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cxh9Aqn5gNVXJ2ArQPVSAX8joSnwyXakY4KE9d1VREk=";
hash = "sha256-ZpK3+DZi2U4TK7dHwIJnw5u/lFrvtBD+MhRLkdO8DLI=";
};
propagatedBuildInputs = [
@ -80,7 +80,7 @@ buildPythonPackage rec {
modularity, scalability and security.
'';
homepage = "http://www.tryton.org/";
changelog = "https://hg.tryton.org/trytond/file/${version}/CHANGELOG";
changelog = "https://foss.heptapod.net/tryton/tryton/-/blob/trytond-${version}/trytond/CHANGELOG?ref_type=tags";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ udono johbo ];
};