Skip to content

Commit b938811

Browse files
committedOct 18, 2017
ocamlgraph: 1.8.7 -> 1.8.8
1 parent 3430999 commit b938811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/ocaml-modules/ocamlgraph/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "ocamlgraph-${version}";
5-
version = "1.8.7";
5+
version = "1.8.8";
66

77
src = fetchurl {
88
url = "http://ocamlgraph.lri.fr/download/ocamlgraph-${version}.tar.gz";
9-
sha256 = "1845r537swjil2fcj7lgbibc2zybfwqqasrd2s7bncajs83cl1nz";
9+
sha256 = "0m9g16wrrr86gw4fz2fazrh8nkqms0n863w7ndcvrmyafgxvxsnr";
1010
};
1111

1212
buildInputs = [ ocaml findlib lablgtk ];

0 commit comments

Comments
 (0)
Please sign in to comment.