Skip to content

Commit

Permalink
ocamlPackages.apron: 0.9.12 → 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Sep 21, 2020
1 parent 4e155d6 commit c06b0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/apron/default.nix
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-apron-${version}";
version = "0.9.12";
version = "0.9.13";
src = fetchFromGitHub {
owner = "antoinemine";
repo = "apron";
rev = "v${version}";
sha256 = "0bciv4wz52p57q0aggmvixvqrsd1slflfyrm1z6fy5c44f4fmjjn";
sha256 = "14ymjahqdxj26da8wik9d5dzlxn81b3z1iggdl7rn2nn06jy7lvy";
};

buildInputs = [ perl gmp mpfr ppl ocaml findlib camlidl ];
Expand Down

0 comments on commit c06b0ed

Please sign in to comment.