From af9eaf34419d718174989ba102933e5e3725e0e4 Mon Sep 17 00:00:00 2001
From: Marco Maggesi <maggesi@math.unifi.it>
Date: Fri, 22 Jul 2011 07:39:14 +0000
Subject: [PATCH] Oops

svn path=/nixpkgs/trunk/; revision=27901
---
 pkgs/development/ocaml-modules/batteries/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/development/ocaml-modules/batteries/default.nix b/pkgs/development/ocaml-modules/batteries/default.nix
index 06583cd15e1a..876b87408e8d 100644
--- a/pkgs/development/ocaml-modules/batteries/default.nix
+++ b/pkgs/development/ocaml-modules/batteries/default.nix
@@ -5,7 +5,7 @@ let
 in
 
 stdenv.mkDerivation {
-  name = "ocaml-batteries-1.3.0";
+  name = "ocaml-batteries-1.4.0";
 
   src = fetchurl {
     url = https://forge.ocamlcore.org/frs/download.php/643/batteries-1.4.0.tar.gz;