ocamlPackages.typerep: 0.17.0 → 0.17.1 (#357929)

Changed files
+2 -1
pkgs
development
ocaml-modules
janestreet
+2 -1
pkgs/development/ocaml-modules/janestreet/0.17.nix
···
typerep = janePackage {
pname = "typerep";
-
hash = "sha256-0KwJdWtibgjxghFmOYKyPrcOAfoLpxYGBZm2KpH8tgA=";
+
version = "0.17.1";
+
hash = "sha256-hw03erwLx9IAbkBibyhZxofA5jIi12rFJOHNEVYpLSk=";
meta.description = "Typerep is a library for runtime types";
propagatedBuildInputs = [ base ];
};