about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-09-15 07:26:11 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-09-21 08:05:23 +0200
commitc06b0edde22ce82caa8a996df7d4505d71770287 (patch)
treec1ff2238337e82cef74df917e08a58375745bc1e
parent4e155d6be99492803dadb443f9a43458214cb00d (diff)
ocamlPackages.apron: 0.9.12 → 0.9.13
-rw-r--r--pkgs/development/ocaml-modules/apron/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/apron/default.nix b/pkgs/development/ocaml-modules/apron/default.nix
index 7dc87194d6a5b..0da1ab74e199e 100644
--- a/pkgs/development/ocaml-modules/apron/default.nix
+++ b/pkgs/development/ocaml-modules/apron/default.nix
@@ -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 ];