mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 18:07:34 +00:00
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>
This commit is contained in:
parent
4fe555956b
commit
d67829cf88
@ -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…
Reference in New Issue
Block a user