Merge pull request #61002 from r-ryantm/auto-update/ocaml4.06.1-re

ocamlPackages.re: 1.8.0 -> 1.9.0
This commit is contained in:
Renaud 2019-05-06 13:56:15 +02:00 committed by GitHub
commit 814f127e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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