about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-18 05:25:48 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-18 19:08:16 +0000
commitb93881139387d70772d3fc4e8a2deacf1ce3f102 (patch)
tree150dddccca543ef3badd9e19205eb58303107d4a /pkgs/development/ocaml-modules
parent34309999ed63fb5dfabd6e5068856157d2e35608 (diff)
downloadnixlib-b93881139387d70772d3fc4e8a2deacf1ce3f102.tar
nixlib-b93881139387d70772d3fc4e8a2deacf1ce3f102.tar.gz
nixlib-b93881139387d70772d3fc4e8a2deacf1ce3f102.tar.bz2
nixlib-b93881139387d70772d3fc4e8a2deacf1ce3f102.tar.lz
nixlib-b93881139387d70772d3fc4e8a2deacf1ce3f102.tar.xz
nixlib-b93881139387d70772d3fc4e8a2deacf1ce3f102.tar.zst
nixlib-b93881139387d70772d3fc4e8a2deacf1ce3f102.zip
ocamlgraph: 1.8.7 -> 1.8.8
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ocamlgraph/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ocamlgraph/default.nix b/pkgs/development/ocaml-modules/ocamlgraph/default.nix
index f6379c8b5a75..e005024d2225 100644
--- a/pkgs/development/ocaml-modules/ocamlgraph/default.nix
+++ b/pkgs/development/ocaml-modules/ocamlgraph/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "ocamlgraph-${version}";
-  version = "1.8.7";
+  version = "1.8.8";
 
   src = fetchurl {
     url = "http://ocamlgraph.lri.fr/download/ocamlgraph-${version}.tar.gz";
-    sha256 = "1845r537swjil2fcj7lgbibc2zybfwqqasrd2s7bncajs83cl1nz";
+    sha256 = "0m9g16wrrr86gw4fz2fazrh8nkqms0n863w7ndcvrmyafgxvxsnr";
   };
 
   buildInputs = [ ocaml findlib lablgtk ];