Merge pull request #79003 from r-ryantm/auto-update/ocaml4.07.1-lambda-term

ocamlPackages.lambdaTerm: 2.0.2 -> 2.0.3
This commit is contained in:
Mario Rodas 2020-02-01 14:19:15 -05:00 committed by GitHub
commit cbdd7c541e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "lambda-term";
version = "2.0.2";
version = "2.0.3";
src = fetchurl {
url = "https://github.com/ocaml-community/lambda-term/releases/download/${version}/lambda-term-${version}.tbz";
sha256 = "1p9yczrx78pf5hvhcg1qiqb2vdlmw6bmhhjsm4wiqjq2cc6piaqw";
sha256 = "1n1b3ffj41a1lm2315hh870yj9h8gg8g9jcxha6dr3xx8r84np3v";
};
buildInputs = [ libev ];