tyxml: update from 3.3.0 to 3.4.0

Changed files
+4 -4
pkgs
development
ocaml-modules
tyxml
+4 -4
pkgs/development/ocaml-modules/tyxml/default.nix
··· 1 - {stdenv, fetchurl, ocaml, findlib, ocaml_oasis, camlp4, uutf}: 1 + { stdenv, fetchurl, ocaml, findlib, ocaml_oasis, camlp4, uutf }: 2 2 3 3 stdenv.mkDerivation { 4 - name = "tyxml-3.3.0"; 4 + name = "tyxml-3.4.0"; 5 5 6 6 src = fetchurl { 7 - url = http://github.com/ocsigen/tyxml/archive/3.3.0.tar.gz; 8 - sha256 = "0r1hj8qy91i48nd7wj0x2dqrgspqrry5awraxl4pl10vh0mn6pk7"; 7 + url = http://github.com/ocsigen/tyxml/archive/3.4.0.tar.gz; 8 + sha256 = "10hb0b2j33fjqzmx450ns7dmf4pqmx3gyvr6dk99mghqk13cj5ww"; 9 9 }; 10 10 11 11 buildInputs = [ocaml findlib ocaml_oasis camlp4];