summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-06 14:27:57 +0000
committerPeter Simons <simons@cryp.to>2012-02-06 14:27:57 +0000
commit066cd10d999324bafc32177b06d65f98f514149d (patch)
tree299d64aedcaa092c51cbeded7fbf3d4ab7fe81ec
parent9a2922dec5e99aa70a3718f500555ae6fa11062c (diff)
downloadnixpkgs-066cd10d999324bafc32177b06d65f98f514149d.tar
nixpkgs-066cd10d999324bafc32177b06d65f98f514149d.tar.gz
nixpkgs-066cd10d999324bafc32177b06d65f98f514149d.tar.bz2
nixpkgs-066cd10d999324bafc32177b06d65f98f514149d.tar.lz
nixpkgs-066cd10d999324bafc32177b06d65f98f514149d.tar.xz
nixpkgs-066cd10d999324bafc32177b06d65f98f514149d.tar.zst
nixpkgs-066cd10d999324bafc32177b06d65f98f514149d.zip
haskell-texmath: updated to version 0.6.0.1
svn path=/nixpkgs/trunk/; revision=32067
-rw-r--r--pkgs/development/libraries/haskell/texmath/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/texmath/default.nix b/pkgs/development/libraries/haskell/texmath/default.nix
index 032f79ce077..b72c5ceee04 100644
--- a/pkgs/development/libraries/haskell/texmath/default.nix
+++ b/pkgs/development/libraries/haskell/texmath/default.nix
@@ -2,14 +2,14 @@
 
 cabal.mkDerivation (self: {
   pname = "texmath";
-  version = "0.5.0.4";
-  sha256 = "0wi7zix10p73hb8aiyq47d27k5hi0l0ba5p6h7kdbhia9xm5w5w5";
+  version = "0.6.0.1";
+  sha256 = "0q39a83g7kcj9qpnjg0v7pd0b4w9i090nl2s9v8lpv4n46z6cyaq";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ parsec syb xml ];
   meta = {
     homepage = "http://github.com/jgm/texmath";
-    description = "Conversion of LaTeX math formulas to MathML";
+    description = "Conversion of LaTeX math formulas to MathML or OMML";
     license = "GPL";
     platforms = self.ghc.meta.platforms;
     maintainers = [