summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-11-17 08:16:53 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-11-24 08:21:21 +0100
commit5a6981654badf23e8c99c9c87bda6f60e46dde5f (patch)
tree8e8c2c50fa266aca2fbd33e7cfab386a9f661756 /pkgs
parentbd9aa37b72a57a0ea9caad786640d025e72ec447 (diff)
ocamlPackages.camlp5: 7.12 → 7.13
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/ocaml/camlp5/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/ocaml/camlp5/default.nix b/pkgs/development/tools/ocaml/camlp5/default.nix
index 7e7c185fbc7a..5fb76a526016 100644
--- a/pkgs/development/tools/ocaml/camlp5/default.nix
+++ b/pkgs/development/tools/ocaml/camlp5/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation {
- name = "camlp5-7.12";
+ name = "camlp5-7.13";
src = fetchzip {
- url = "https://github.com/camlp5/camlp5/archive/rel712.tar.gz";
- sha256 = "12ix5g15bys932hyf9gs637iz76m0ji9075d83jfdmx85q30llgf";
+ url = "https://github.com/camlp5/camlp5/archive/rel713.tar.gz";
+ sha256 = "1d9spy3f5ahixm8nxxk086kpslzva669a5scn49am0s7vx4i71kp";
};
buildInputs = [ ocaml ];