summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/camomile
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2011-05-24 18:21:13 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2011-05-24 18:21:13 +0000
commit5b730d301c5afa87f8e620e8d5fe5f73760fad0e (patch)
tree8358759486473d86d6e05fbd252d627136b57552 /pkgs/development/ocaml-modules/camomile
parenta3b617c8e37a413b050f2fd914f6d24dab64b8d0 (diff)
downloadnixlib-5b730d301c5afa87f8e620e8d5fe5f73760fad0e.tar
nixlib-5b730d301c5afa87f8e620e8d5fe5f73760fad0e.tar.gz
nixlib-5b730d301c5afa87f8e620e8d5fe5f73760fad0e.tar.bz2
nixlib-5b730d301c5afa87f8e620e8d5fe5f73760fad0e.tar.lz
nixlib-5b730d301c5afa87f8e620e8d5fe5f73760fad0e.tar.xz
nixlib-5b730d301c5afa87f8e620e8d5fe5f73760fad0e.tar.zst
nixlib-5b730d301c5afa87f8e620e8d5fe5f73760fad0e.zip
Update ocaml_batteries and camomile (ocamlPackages)
  *  Add camomile 0.8.3 and 0.8.2 (for ocaml_batteries).
  *  Remove obsolete camomile 0.7.3 and 0.8.1.
  *  Update ocaml_batteries to version 1.3.0 (also add fixes for Darwin).


svn path=/nixpkgs/trunk/; revision=27299
Diffstat (limited to 'pkgs/development/ocaml-modules/camomile')
-rw-r--r--pkgs/development/ocaml-modules/camomile/0.8.2.nix (renamed from pkgs/development/ocaml-modules/camomile/0.7.3.nix)4
-rw-r--r--pkgs/development/ocaml-modules/camomile/default.nix (renamed from pkgs/development/ocaml-modules/camomile/0.8.1.nix)5
2 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/camomile/0.7.3.nix b/pkgs/development/ocaml-modules/camomile/0.8.2.nix
index 12b816dec36a..674c6c0367b4 100644
--- a/pkgs/development/ocaml-modules/camomile/0.7.3.nix
+++ b/pkgs/development/ocaml-modules/camomile/0.8.2.nix
@@ -2,7 +2,7 @@
 
 let
   ocaml_version = (builtins.parseDrvName ocaml.name).version;
-  version = "0.7.3";
+  version = "0.8.2";
 in
 
 stdenv.mkDerivation {
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "mirror://sourceforge/camomile/camomile-${version}.tar.bz2";
-    sha256 = "0cm3j3ppl15fp597ih3qiagxyg8kpql9apapkqaib2xccc44zb5l";
+    sha256 = "0x43pjxx70kgip86mmdn08s97k4qzdqc8i79xfyyx28smy1bsa00";
   };
 
   buildInputs = [ocaml findlib];
diff --git a/pkgs/development/ocaml-modules/camomile/0.8.1.nix b/pkgs/development/ocaml-modules/camomile/default.nix
index 4a838e99f0bd..1d4b98bf0e57 100644
--- a/pkgs/development/ocaml-modules/camomile/0.8.1.nix
+++ b/pkgs/development/ocaml-modules/camomile/default.nix
@@ -2,7 +2,7 @@
 
 let
   ocaml_version = (builtins.parseDrvName ocaml.name).version;
-  version = "0.8.1";
+  version = "0.8.3";
 in
 
 stdenv.mkDerivation {
@@ -10,7 +10,8 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "mirror://sourceforge/camomile/camomile-${version}.tar.bz2";
-    sha256 = "1r84y7wl10zkjmp8qqq2bcmll23qmfczlnykm74hxkig8ksm0g6a";
+    #sha256 = "0x43pjxx70kgip86mmdn08s97k4qzdqc8i79xfyyx28smy1bsa00";
+    sha256 = "0yzj6j88aqrkbcynqh1d7r54670m1sqf889vdcgk143w85fxdj4l";
   };
 
   buildInputs = [ocaml findlib];