From 3b833cc93b71dfb0186200ec27c46025b2b6b0d3 Mon Sep 17 00:00:00 2001 From: Arie Middelkoop Date: Mon, 16 Jan 2012 10:17:02 +0000 Subject: Minor-version bump of ocaml-batteries. The previous version did not compile with ocaml>=3.12, and this version is also backwards compatible with 3.11. svn path=/nixpkgs/trunk/; revision=31578 --- pkgs/development/ocaml-modules/batteries/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/development/ocaml-modules/batteries') diff --git a/pkgs/development/ocaml-modules/batteries/default.nix b/pkgs/development/ocaml-modules/batteries/default.nix index 876b87408e8d..a7c96f1d2ea7 100644 --- a/pkgs/development/ocaml-modules/batteries/default.nix +++ b/pkgs/development/ocaml-modules/batteries/default.nix @@ -5,11 +5,11 @@ let in stdenv.mkDerivation { - name = "ocaml-batteries-1.4.0"; + name = "ocaml-batteries-1.4.1"; src = fetchurl { - url = https://forge.ocamlcore.org/frs/download.php/643/batteries-1.4.0.tar.gz; - sha256 = "1qyhiyanlhpbj0dv0vyqak87qfadjzg2pb8q93iybmg59akaxl15"; + url = http://forge.ocamlcore.org/frs/download.php/684/batteries-1.4.1.tar.gz; + sha256 = "bdca7deba290d83c66c0a5001da52b2d7f2af58b7b7e7d9303d4363aaafe9c30"; }; buildInputs = [ocaml findlib camomile ounit]; -- cgit 1.4.1