From 26dc512856bc1eb003834d2472d9fb553780d503 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 13 Feb 2012 09:02:19 +0000 Subject: [PATCH] haskell-texmath: updated to version 0.6.0.3 svn path=/nixpkgs/trunk/; revision=32250 --- pkgs/development/libraries/haskell/texmath/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/texmath/default.nix b/pkgs/development/libraries/haskell/texmath/default.nix index a1487ddb903..7bd8217b434 100644 --- a/pkgs/development/libraries/haskell/texmath/default.nix +++ b/pkgs/development/libraries/haskell/texmath/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "texmath"; - version = "0.6.0.2"; - sha256 = "04b642xbbgivbnpc8srqirdf71n5b6h5ir6rw0z2xpiv0znk6vh2"; + version = "0.6.0.3"; + sha256 = "0vj1kh62qs7badv00lcda9m3j53kc069kmrv5lmz62a96y4kx5yi"; isLibrary = true; isExecutable = true; buildDepends = [ parsec syb xml ];