summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-09-21 03:35:39 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2019-09-21 03:35:39 +0000
commit0c0e63d211dff458040ec40b357f12ef41d74bc1 (patch)
tree0ee5dcdd9317a00010827c91843cef9afd5cdb25 /pkgs
parentabbb9ea8485aa375be1c8c68916df7ca8aab5f40 (diff)
downloadnixpkgs-0c0e63d211dff458040ec40b357f12ef41d74bc1.tar
nixpkgs-0c0e63d211dff458040ec40b357f12ef41d74bc1.tar.gz
nixpkgs-0c0e63d211dff458040ec40b357f12ef41d74bc1.tar.bz2
nixpkgs-0c0e63d211dff458040ec40b357f12ef41d74bc1.tar.lz
nixpkgs-0c0e63d211dff458040ec40b357f12ef41d74bc1.tar.xz
nixpkgs-0c0e63d211dff458040ec40b357f12ef41d74bc1.tar.zst
nixpkgs-0c0e63d211dff458040ec40b357f12ef41d74bc1.zip
ocamlPackages.camlp5: 7.08 → 7.10
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 19432843218..4dd21671325 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.08";
+  name = "camlp5-7.10";
 
   src = fetchzip {
-    url = "https://github.com/camlp5/camlp5/archive/rel708.tar.gz";
-    sha256 = "0b39bvr1aa7kzjhbyycmvcrwil2yjbxc84cb43zfzahx4p2aqr76";
+    url = "https://github.com/camlp5/camlp5/archive/rel710.tar.gz";
+    sha256 = "1a1lgsc8350afdwmsznsys7m0c0cks4nw6irqz2f92g8g4vkk9b7";
   };
 
   buildInputs = [ ocaml ];