summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-09-13 16:05:31 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-09-15 11:09:53 +0000
commit7ed02d4b7002feb7215f9890a0e9484ea62cbfc1 (patch)
treef11600e87aeb4932bc304bd356e51bcf4323e004
parentb78348d1a4b967288b06caf35eb4e26f0f65fa1e (diff)
downloadnixlib-7ed02d4b7002feb7215f9890a0e9484ea62cbfc1.tar
nixlib-7ed02d4b7002feb7215f9890a0e9484ea62cbfc1.tar.gz
nixlib-7ed02d4b7002feb7215f9890a0e9484ea62cbfc1.tar.bz2
nixlib-7ed02d4b7002feb7215f9890a0e9484ea62cbfc1.tar.lz
nixlib-7ed02d4b7002feb7215f9890a0e9484ea62cbfc1.tar.xz
nixlib-7ed02d4b7002feb7215f9890a0e9484ea62cbfc1.tar.zst
nixlib-7ed02d4b7002feb7215f9890a0e9484ea62cbfc1.zip
ocamlPackages.mlgmpidl: 1.2.6 -> 1.2.7
-rw-r--r--pkgs/development/ocaml-modules/mlgmpidl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/mlgmpidl/default.nix b/pkgs/development/ocaml-modules/mlgmpidl/default.nix
index c82df1396bd4..9c9912cfb8c0 100644
--- a/pkgs/development/ocaml-modules/mlgmpidl/default.nix
+++ b/pkgs/development/ocaml-modules/mlgmpidl/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   name = "ocaml${ocaml.version}-mlgmpidl-${version}";
-  version = "1.2.6";
+  version = "1.2.7";
   src = fetchFromGitHub {
     owner = "nberth";
     repo = "mlgmpidl";
     rev = version;
-    sha256 = "1lq3yy10v3rvlchbl5kl75l9f8frgj6g9f1n14kj5qlxm5xsrvks";
+    sha256 = "063hy1divbiabqm5x307iamw942sivzw9fr8vczy3kgndfp12nic";
   };
 
   buildInputs = [ perl gmp mpfr ocaml findlib camlidl ];