Skip to content

Commit 0e75bbb

Browse files
authored
tryton: 7.4.2 -> 7.4.4 (#379015)
2 parents 5efc449 + 01ed306 commit 0e75bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tr/tryton/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
python3Packages.buildPythonApplication rec {
2121
pname = "tryton";
22-
version = "7.4.2";
22+
version = "7.4.4";
2323
pyproject = true;
2424

2525
src = fetchPypi {
2626
inherit pname version;
27-
hash = "sha256-488WOXQLZfbjlEE7aTQun9/qGWVvtJ+qJGUPgrOETOY=";
27+
hash = "sha256-77gc6H1xY8QCp7ld/OuJhZcwYCvVUpgygoDdJS9RGGA=";
2828
};
2929

3030
build-system = [ python3Packages.setuptools ];

0 commit comments

Comments
 (0)