Skip to content

Commit 01ed306

Browse files
committed
tryton: 7.4.2 -> 7.4.4
1 parent 6319929 commit 01ed306

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)