From a4d0d699eae28d38be573158e57b84be94345453 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 16 Jan 2012 11:33:52 +0000 Subject: [PATCH] haskell-xml-conduit: updated to version 0.5.1 svn path=/nixpkgs/trunk/; revision=31587 --- pkgs/development/libraries/haskell/xml-conduit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/xml-conduit/default.nix b/pkgs/development/libraries/haskell/xml-conduit/default.nix index f406dcbb105f..675042c629a4 100644 --- a/pkgs/development/libraries/haskell/xml-conduit/default.nix +++ b/pkgs/development/libraries/haskell/xml-conduit/default.nix @@ -5,8 +5,8 @@ cabal.mkDerivation (self: { pname = "xml-conduit"; - version = "0.5.0.1"; - sha256 = "0n30mk3dmdwxjw4vgfmlj7dzbiah9vj4hlg258qkvy5likzz1j5n"; + version = "0.5.1"; + sha256 = "1b7jnbsfb3p3p6bpwq3847kfszdyzijfcarvxwzcdragkr0dpc48"; buildDepends = [ attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit conduit dataDefault failure systemFilepath text transformers