ocamlPackages.fix: 20201120 -> 20211231

* ocamlPackages.fix: 20201120 -> 20211125 (#151429)

* ocamlPackages.fix: 20211125 -> 20211231
and fix license

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
main
R. RyanTM 2 years ago committed by GitHub
parent 4fe555956b
commit d67829cf88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/development/ocaml-modules/fix/default.nix

@ -2,14 +2,14 @@
buildDunePackage rec {
pname = "fix";
version = "20201120";
version = "20211231";
src = fetchFromGitLab {
domain = "gitlab.inria.fr";
owner = "fpottier";
repo = "fix";
rev = "${version}";
sha256 = "sha256-RO+JCG6R2i5uZfwTYEnQBCVq963fjv5lA2wA/8KrgMg=";
sha256 = "sha256-T/tbiC95yzPb60AiEcvMRU47D8xUZNN5C4X33Y1VB9E=";
};
minimumOCamlVersion = "4.03";
@ -18,7 +18,7 @@ buildDunePackage rec {
meta = with lib; {
homepage = "https://gitlab.inria.fr/fpottier/fix/";
description = "A simple OCaml module for computing the least solution of a system of monotone equations";
license = licenses.cecill-c;
license = licenses.lgpl2Only;
maintainers = with maintainers; [ vbgl ];
};
}

Loading…
Cancel
Save