ocamlPackages.uucd: 13.0.0 → 14.0.0

ocamlPackages.uucp: 13.0.0 → 14.0.0
main
Vincent Laporte 3 years ago committed by Vincent Laporte
parent a0edb8ded4
commit 824043e09c
  1. 6
      pkgs/development/ocaml-modules/uucd/default.nix
  2. 6
      pkgs/development/ocaml-modules/uucp/default.nix

@ -6,11 +6,11 @@ let
in
stdenv.mkDerivation rec {
name = "ocaml-${pname}-${version}";
version = "13.0.0";
version = "14.0.0";
src = fetchurl {
url = "${webpage}/releases/${pname}-${version}.tbz";
sha256 = "1fg77hg4ibidkv1x8hhzl8z3rzmyymn8m4i35jrdibb8adigi8v2";
sha256 = "sha256:0fc737v5gj3339jx4x9xr096lxrpwvp6vaiylhavcvsglcwbgm30";
};
buildInputs = [ ocaml findlib ocamlbuild topkg ];
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "An OCaml module to decode the data of the Unicode character database from its XML representation";
homepage = webpage;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
maintainers = [ maintainers.vbgl ];
license = licenses.bsd3;
};

@ -2,7 +2,7 @@
let
pname = "uucp";
version = "13.0.0";
version = "14.0.0";
webpage = "https://erratique.ch/software/${pname}";
minimumOCamlVersion = "4.03";
doCheck = true;
@ -18,7 +18,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "${webpage}/releases/${pname}-${version}.tbz";
sha256 = "sha256-OPpHbCOC/vMFdyHwyhCSisUv2PyO8xbeY2oq1a9HbqY=";
sha256 = "sha256:1yx9nih3d9prb9zizq8fzmmqylf24a6yifhf81h33znrj5xn1mpj";
};
buildInputs = [ ocaml findlib ocamlbuild topkg uutf uunf ];
@ -44,7 +44,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "An OCaml library providing efficient access to a selection of character properties of the Unicode character database";
homepage = webpage;
platforms = ocaml.meta.platforms or [];
inherit (ocaml.meta) platforms;
license = licenses.bsd3;
maintainers = [ maintainers.vbgl ];
};

Loading…
Cancel
Save