summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lambda-term
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-01 10:37:15 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-02-01 10:37:15 +0000
commitab6f52db5936e03f296f3dee8af0e9807557086c (patch)
tree111eae9379b0fac741e8fa3ad47ea2172beb0330 /pkgs/development/ocaml-modules/lambda-term
parent6ea79d2707e099fc5e35b22b7713a95e80def99d (diff)
downloadnixpkgs-ab6f52db5936e03f296f3dee8af0e9807557086c.tar
nixpkgs-ab6f52db5936e03f296f3dee8af0e9807557086c.tar.gz
nixpkgs-ab6f52db5936e03f296f3dee8af0e9807557086c.tar.bz2
nixpkgs-ab6f52db5936e03f296f3dee8af0e9807557086c.tar.lz
nixpkgs-ab6f52db5936e03f296f3dee8af0e9807557086c.tar.xz
nixpkgs-ab6f52db5936e03f296f3dee8af0e9807557086c.tar.zst
nixpkgs-ab6f52db5936e03f296f3dee8af0e9807557086c.zip
ocamlPackages.lambdaTerm: 2.0.2 -> 2.0.3
Diffstat (limited to 'pkgs/development/ocaml-modules/lambda-term')
-rw-r--r--pkgs/development/ocaml-modules/lambda-term/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lambda-term/default.nix b/pkgs/development/ocaml-modules/lambda-term/default.nix
index 1b5594d5565..89009c6d4bc 100644
--- a/pkgs/development/ocaml-modules/lambda-term/default.nix
+++ b/pkgs/development/ocaml-modules/lambda-term/default.nix
@@ -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 ];