ocamlPackages.tsort: 2.1.0 → 2.2.0

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤 2025-04-25 08:27:32 +07:00 committed by Vincent Laporte
parent 72eee9b3dd
commit d43488ef16

View file

@ -7,12 +7,12 @@
buildDunePackage rec {
pname = "tsort";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "dmbaturin";
repo = "ocaml-tsort";
rev = version;
sha256 = "sha256-SCd0R8iGwMeRhhSxMid9lzqj5fm+owCJ2dzwtLpFqB4=";
sha256 = "sha256-/gxjXDRhQdbt0ZBdCNk/j1oWhAbm2UOfye2D9QvPr3o=";
};
propagatedBuildInputs = [ containers ];