Skip to content

Commit

Permalink
tryton: 7.4.0 -> 7.4.2 (#363451)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 18, 2024
2 parents 6ac5496 + 08d5b9a commit c8a3778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/tr/tryton/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

python3Packages.buildPythonApplication rec {
pname = "tryton";
version = "7.4.0";
version = "7.4.2";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-FEPgJakSEqX4aUl9yHtRSTDPsFcD/mBNYoZIGDXXRIQ=";
hash = "sha256-488WOXQLZfbjlEE7aTQun9/qGWVvtJ+qJGUPgrOETOY=";
};

build-system = [ python3Packages.setuptools ];
Expand Down

0 comments on commit c8a3778

Please sign in to comment.