From c9fc73ae45c1ca5e17444857f5a8987acf6f0a32 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 12 Jan 2012 15:21:11 +0000 Subject: [PATCH] haskell-hxt-charproperties: updated to version 9.1.1 svn path=/nixpkgs/trunk/; revision=31496 --- .../libraries/haskell/hxt-charproperties/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/hxt-charproperties/default.nix b/pkgs/development/libraries/haskell/hxt-charproperties/default.nix index c466d877488..9e2b9a21bb3 100644 --- a/pkgs/development/libraries/haskell/hxt-charproperties/default.nix +++ b/pkgs/development/libraries/haskell/hxt-charproperties/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "hxt-charproperties"; - version = "9.1.0"; - sha256 = "1a227czzbbw8pigc2dk5fyyc4x1rpx82mb5c4hpjjz97l0sdlc23"; + version = "9.1.1"; + sha256 = "14xv0q1hh0k8lgispc4fa49cvyg9s7936kp42vr9b0pyd1q4zid8"; meta = { homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html"; description = "Character properties and classes for XML and Unicode";