ocamlPackages.re: 1.8.0 -> 1.9.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-re/versions
This commit is contained in:
R. RyanTM 2019-05-05 11:18:57 -07:00
parent c87f3820e5
commit 3571e09fb2

View File

@ -2,13 +2,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "re"; pname = "re";
version = "1.8.0"; version = "1.9.0";
minimumOCamlVersion = "4.02"; minimumOCamlVersion = "4.02";
src = fetchzip { src = fetchzip {
url = "https://github.com/ocaml/ocaml-re/archive/${version}.tar.gz"; url = "https://github.com/ocaml/ocaml-re/archive/${version}.tar.gz";
sha256 = "0ch6hvmm4ym3w2vghjxf3ka5j1023a37980fqi4zcb7sx756z20i"; sha256 = "07ycb103mr4mrkxfd63cwlsn023xvcjp0ra0k7n2gwrg0mwxmfss";
}; };
buildInputs = [ ounit ]; buildInputs = [ ounit ];